gitignore
gitignore copied to clipboard
A collection of useful .gitignore templates
**Reasons for making this change:** .godot/ is a new folder in godot that tracks shader chaching and editor layouts. should not be shared between contributors
**Reasons for making this change:** The current rule to ignore icon file also applies to folders, which should not be affected.
**Reasons for making this change:** # Visual C++ cache files *.aps *.ncb Already contains the vs 6 technical files See: https://github.com/github/gitignore/blob/main/VisualStudio.gitignore#L106 https://github.com/github/gitignore/blob/main/VisualStudio.gitignore#L107
**Reasons for making this change:** I'm not directly linked to the Symfony project. I'm just a contributor. This change is based on my experience when creating a new project. GitHub...
add refactor note to demarcate importance of items in .gitignore - to ensure the protection of token, key and password values. **Reasons for making this change:** _TODO_ [**Links to documentation...
These files are commonly found when using Windows and/or VSCode and should not generally be checked in by default. They are typically large and cause upload problems. **Reasons for making...
This is a good file to include for those that are choosing to use the Deno framework for new projects. I believe that the Deno project is used enough to...
**Reasons for making this change:** Approval testing is a test technique which compares the current output of your code with an "approved" version. **Links to documentation supporting these rule changes:**...
**Reasons for making this change:** Terraform as of version 0.14 supports a local lock file for providers. This PR adds the ability to ignore this file, but leaves it commented...