Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create AutoIt.gitignore #3801

Merged
merged 3 commits into from
Dec 11, 2021
Merged

Create AutoIt.gitignore #3801

merged 3 commits into from
Dec 11, 2021

Conversation

rcmaehl
Copy link
Contributor

@rcmaehl rcmaehl commented Aug 4, 2021

This is a gitignore template for the AutoIt v3 Language. This template automatically excludes files created by some of it's tools such as automated backups.

Reasons for making this change:

Backups folder includes duplicate of the script before it is "Tidy"ied up by the AutoIt Tidy tool. *_stripped files are a duplicate of the script before compilation that includes all includes files merged into a single file and then unused functions removed.

Links to documentation supporting these rule changes:

https://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/Tidy.html
https://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/Au3Stripper.html

If this is a new template:

This is a gitignore template for the AutoIt v3 Language. This tool automatically excludes files created by some of it's tools such as automated backups.
@rcmaehl
Copy link
Contributor Author

rcmaehl commented Aug 4, 2021

@mlipok @DcodingTheWeb Do you have any feedback as well?

@bdougie
Copy link
Contributor

bdougie commented Dec 11, 2021

Thanks for the contribution, however per the contribution guidelines this file should be placed in the community folder. Please edit the location of the file.

https://github.com/github/gitignore#specialized-templates

@rcmaehl
Copy link
Contributor Author

rcmaehl commented Dec 11, 2021

Thanks for the contribution, however per the contribution guidelines this file should be placed in the community folder. Please edit the location of the file.

https://github.com/github/gitignore#specialized-templates

The file has been moved :)

@bdougie bdougie merged commit dd9c41b into github:main Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants