gitignore
gitignore copied to clipboard
A collection of useful .gitignore templates
**Reasons for making this change:** _TODO_ **Links to documentation supporting these rule changes:** _TODO_ If this is a new template: - **Link to application or project’s homepage**: _TODO_
**Reasons for making this change:** ...for newer version of Android Studio **Links to documentation supporting these rule changes:** https://stackoverflow.com/a/63721477 https://catchconsole.com/code-example/what-is-the-modulereleaseoutputjson-generated-by-android-studio If this is a new template: - **Link to application...
**Reasons for making this change:** Many Unity developers work with JetBrains Rider. As the Unity.gitignore considers VSCode files it should also consider Rider files. Riders .idea folder contains a mix...
added missing ignore for .stfolder directories created by Syncthing **Reasons for making this change:** Syncthing creates `.stfolder` directories alongside `.stversion` directories by default (they call it a "folder marker"). Relationship...
**Reasons for making this change:** For the VS Code Extension: [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) with TeXlive It produces live.main.tex
Example not excluded otherwise: `Plugins/Nvidia/DLSS/Binaries/`
**Reasons for making this change:** ipch files can appear in Unreal projects folder with VS 2022. I personally use Unreal Engine and git/perforce, and I would like to have Intellisense...
**Reasons for making this change:** This change fixes ignoring `*.target.*` java packages.
- Added Cypress gitignore file **Reasons for making this change:** There was no ignore file for cypress end to end testing framework. **Links to documentation supporting these rule changes:** https://github.com/cypress-io/cypress/blob/develop/.gitignore...
**Reasons for making this change:** [dbt](https://www.getdbt.com/) generates tons of files on running, so wanna add this template for ignoring the generated files. **Links to documentation supporting these rule changes:** This...