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_
I have seen projects where `appsettings.json` has been inadvertently included in commits and have also done it myself in the past. The `.gitignore` file has a section for .NET Core...
**Reasons for making this change:** Support for common Nix output paths. I use Nix Flakes in all of my projects and this would be awesome for automatically ignoring the related...
**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:** LTspice is a high-performance SPICE simulation software, schematic capture and waveform viewer with enhancements and models for easing the simulation of analogue circuits. It is...
Add Ruff cache in gitignore. Ruff is becoming a very popular tool often run in pre-commit and aim to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade,...
**Reasons for making this change:** While working on my gitignore reader https://github.com/nielsbasjes/codeowners I ran into problems while using the templates that originated from here as a testing reference. There are...
**Reasons for making this change:** So that all files starting with `.env` are ignored. **Example why this is useful:** With python 3.11 there is now native TOML support, so it...
Added gitignore for macOS-developers of DS_Store **Reasons for making this change:** This change will resolve this common problem for macOS-developers that are using GitHub on their devices. **Links to documentation...
SageMath https://www.sagemath.org is a popular mathematics project. It has it's own gitignore https://github.com/sagemath/sage/blob/develop/.gitignore. Should I call it SageMath.gitignore?