gitignore
gitignore copied to clipboard
A collection of useful .gitignore templates
**Reasons for making this change:** Carton is the most popular per-project dependency manager for Perl. ([Ref Mojolicious blog](https://mojolicious.io/blog/2018/12/22/use-carton-for-your-mojolicious-app-deployment/)) * Carton is analogous to Bundler for Ruby. * Carton is analogous...
**Reasons for making this change:** Starting with [v2.5.0b0](https://github.com/pdm-project/pdm/releases/tag/2.5.0b0) `pdm` requires a `.pdm-python` file to track the path of the local python installation. **Links to documentation supporting these rule changes:** [v2.5.0b0](https://github.com/pdm-project/pdm/releases/tag/2.5.0b0)...
**Reasons for making this change:** I added the .idea to be ignored, because every time I have to ignore it manually.
**Reasons for making this change:** Add `~*.lck` and `#auto_saved_files#` files for [KiCad](https://www.kicad.org) **Links to documentation supporting these rule changes:** These are _working files_ so they are not well-documented but we...
**Reasons for making this change:** KiCad v7 now creates lock files when opening a PCB schematic or layout. These lock files should be ignored in version control, as their presence...
New template gitignore file for Automation Studio. This is the IDE for B&R Automation. https://www.br-automation.com/en-us/ https://www.br-automation.com/en-us/downloads/software/automation-studio/automation-studio-412/automation-studio-v412/
**Reasons for making this change:** Is it a little arbitrary to ignore logs directory? In golang ,some common packages name themselves as logs, for example, k8s.io/component-base/logs
rectify a mistake that renames a valid record `,cover` and remove a duplicate line for the same purpose. thx @greyltc ref. https://github.com/github/gitignore/pull/2379
**Reasons for making this change:** Visual Studio Code now supports Unity, so need ignore the folder created by it **Links to documentation supporting these rule changes:** https://marketplace.visualstudio.com/items?itemName=VisualStudioToolsForUnity.vstuc
**Reasons for making this change:** As a Python developer, I always manually add `.DS_Store` to `.gitignore` in my projects. These files are created by macOS to store folder attributes: https://en.wikipedia.org/wiki/.DS_Store...