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

This file contains user-specific data like window size/position and tests checked for run

**Reasons for making this change:** As suggested in this tweet https://twitter.com/schnieringer/status/1518652737369649153 by *Christian Schnieringer* we should ignore the `.bclicense` files aswell so that they don't get committed by accident. **Links...

**Reasons for making this change:** Implementation of the ".gitignore" file for Flutter projects.

**Reasons for making this change:** There are currently inconsistent/extraneous spaces in the Python.gitignore. In particular, comments start with 0, 1, 2, or 3 spaces, and the PyCharm description includes a...

This pull request is centered around VSCode's extension building documentation. **Reasons to make this change** This gitignore file will contain all necessary files to ignore to increase the productivity of...

The workspace in vs code helps users in local to startup their setup automatically like activating virtual environment and many more but is not a necessary file in production or...

Reasons for making this change: This will make the file more consistent for the spaces and newlines.

Ignore /local and cpanfile.snapshot which really shouldn't be in VCS **Reasons for making this change:** Carton has become the go-to dependency management for Perl and really should be reflected here....

Add Go Delve debugger compiled output. Default is "./ __debug_bin" per https://github.com/go-delve/delve/blob/master/Documentation/usage/dlv_debug.md#options **Reasons for making this change:** The Go Delve debugger is the de-facto standard Go debugger. Add its default...

**Reasons for making this change:** CMake 3.19 introduced a feature which allows project maintainers to distribute CMake settings with their code. In addition, there is a facility for users to...