gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

A collection of useful .gitignore templates

Results 414 gitignore issues
Sort by recently updated
recently updated
newest added

Reasons for change: You can initialize a ROS build system using catkin init or catkin build, both of which create a hidden folder called .catkin_tools. The folder is then regenerated...

**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:** _TODO_ **Links to documentation supporting these rule changes:** _TODO_ If this is a new template: - **Link to application or project’s homepage**: _TODO_

ignore ds_store **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:** This PR introduces the gitignore template for [Jolie](http://jolie-lang.org/). Jolie is a general-purpose service-oriented language, mainly used for the development of microservices. If this is a...

Fixed the last change, it had exact opposite behaviour. **Reasons for making this change:** Fixed the exact opposite behaviour than **Links to documentation supporting these rule changes:** https://git-scm.com/docs/gitignore

**Reasons for making this change:** Some R packages (e.g., `rstan`) create compiled object files without extensions, which should be ignored.

**Reasons for making this change:** Add `.godot/` folder to the Godot gitignore because in Godot 4.0 all generated files that should be gitignored will go in `.godot/`. This PR also...

**Reasons for making this change:** Self-evident 🙂

.pypirc is a file that stores some information for python package distribution, such as repository URL, username and password. Definitely this file cannot be uploaded to GitHub, as it contains...