gitignore
gitignore copied to clipboard
A collection of useful .gitignore templates
### Reasons for making this change I've spent years manually adding `.DS_Store` to every `.gitignore` I've created from `Swift.gitignore` so those (seemingly) meaningless files don't get included, maybe I'm missing...
**Reasons for making this change:** [Unity Test Framework](https://docs.unity3d.com/Packages/com.unity.test-framework@latest) is official testing framework for Unity. Unity Test Framework has two testing mode, Edit mode and Play mode. Play mode tests is...
Ignore pixi directory https://github.com/prefix-dev/pixi/blob/main/.gitignore **Reasons for making this change:** Ignore `.pixi` directory from git. **Links to documentation supporting these rule changes:** See here https://github.com/prefix-dev/pixi/blob/main/.gitignore & here http://8.217.189.46:8067/prefix-dev/pixi/issues/2115
### Reasons for making this change JetBrains has a layered settings system, and user-specific, "personal layer" settings are not in the `Unity.gitignore`. ### Links to documentation supporting these rule changes...
explicitly excludes the `_Libraries` directory, and provides example of adding sub directories back in. Should be used for including custom and third party (non -Beckhoff shipped) libraries, improving maintainability **Reasons...
**Reasons for making this change:** `target` directory is not included in the NetBeans.gitignore template file. **Links to documentation supporting these rule changes:** Made a new Java Maven project under NetBeans...
**Change:** - Added a .gitignore template for Microchip MPLAB X IDE **Reasons for making this change:** - New .gitignore template for MPLAB X IDE **Links to documentation supporting these rule...
**Reasons for making this change:** The `Curry.gitignore` file contains the files and folders that should be ignored when working with the functional logic programming language Curry. The listed files and...
Add "/out" to ignored directory for Visual Studio CMake configuration templates in CMakeSettings.json **Reasons for making this change:** Default build directory for CMake configuration of VS are going to use...
### Reasons Making it easier to get started with HOL. ### Support * The [`.gitignore` of the HOL repository itself](https://github.com/HOL-Theorem-Prover/HOL/blob/1987aafcbd814f863390e4d8de9f5b93bed479cb/.gitignore#L1-L8). * The [`.gitignore` of CakeML, a large project implemented in...