gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

A collection of useful .gitignore templates

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

vscode and jetbrains folders added

feedback given

**Reasons for making this change:** Create gitignore template for Next.js Framework ### Links to documentation supporting these rule changes https://nextjs.org/docs/getting-started/project-structure ### Link to application or project’s homepage https://github.com/vercel/next.js/tree/canary/examples/with-typescript)

**Reasons for making this change:** Adding common build artifacts, dependency files, log files, backup files and temporary files

**Reasons for making this change:** VVVV now uses VL, a visual real-time programming language, that compiles dlls on the fly. Those dlls are added to `.vl/` folders and should not...

**Reasons for making this change:** When copying a downloaded file from Windows >= 10 to WSL directory, a `:Zone.Identifier` file is generated on certain configurations. Upon closer inspection, I've found...

Ignore SQLite files **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**:...

The .gitignore file has no extensions that should be ignored in the freepascal and Lazarus project. **Reasons for making this change:** _TODO_ **Links to documentation supporting these rule changes:** https://wiki.freepascal.org/Lazarus_project_files...

**Reasons for making this change:** `Directory.Build.rsp` is a documented file that allows setting default arguments to command line builds. However, the .gitignore template ignores _all_ `*.rsp` files. which causes confusion:...

**Reasons for making this change:** This file is autogenerated based on the project solution and per-user IntelliSense settings, and probably shouldn't be committed to a repository. Also removed specific versioning...

The text in this file was found in .gitignore after running ``` $ bun init ``` on bun v1.1.20. The original file claims it was based off [https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore](https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore), but this...