gitignore
gitignore copied to clipboard
A collection of useful .gitignore templates
This is useful for arduino projects :) - from: https://github.com/arduino/Arduino/blob/master/.gitignore - application homepage: https://www.arduino.cc/en/software **Reasons for making this change:** I having an Arduino project in my own private repo have...
**Reasons for making this change:** The MsBuild team added a switch to the Visual Studio engine that generates a debugging information under the directory MsBuild_Logs/ that shouldn't be in source...
**Reasons for making this change:** .gitignore file for the popular static site generator. **Links to documentation supporting these rule changes:** No standard format agreed upon If this is a new...
Ignore proguard mapping files that appear on build
**Links to documentation supporting these rule changes:** [Clang Documentation](https://clang.llvm.org/docs/StandardCPlusPlusModules.html)
**Reasons for making this change:** I recently migrated a CocoaPods based project into a Swift Package Manager project and found issues when building the project with CI due to `Project.xcodeproj/project.xcworkspace/`...
Add ignore idea cache directory **Reasons for making this change:** _TODO_ **Links to documentation supporting these rule changes:** _TODO_ If this is a new template: - **Link to application or...
**Reasons for making this change:** Ignore NCrunch solution file for visual studio
**Reasons for making this change:** Ignore Visual Studio live testing config **Links to documentation supporting these rule changes:** https://devblogs.microsoft.com/visualstudio/live-unit-testing-preview-better-and-faster/#configuration-and-setup
Reasons for making this change: Make Angular and Angular Schematics development and deploy easier Links to documentation supporting these rule changes: https://angular.io/cli/cache https://angular.io/guide/schematics If this is a new template: Link...