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

**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:** .DS_Store files are generated automatically by macOS, and it should be omitted from source control.

**Reasons for making this change:** This repository didn't have ballerina language gitignore file **Links to documentation supporting these rule changes:** https://ballerina.io/learn/#reference-documentation If this is a new template: - **Link to...

new template

**Reasons for making this change:** By default, the goreleaser tool will create its artifacts in the `dist/` directory. and this should not be part of the repo, generally **Links to...

**Reasons for making this change:** When you import a local `*.unitypackage` file into Unity, the editor might save a copy of the imported package file next to the extracted content....

**Reasons for making this change:** I'm on the maintainer team at Umbraco.

**Reasons for making this change:** I'm a programmer that uses unity and downloaded their .gitignore file, but some of the hidden files in my Project folder aren't ignored. I want...

Unity will automatically generate [meta files](https://docs.unity3d.com/Manual/AssetMetadata.html) for just about any file added to its directory structure. This is in order to maintain references between things that may be moving around...

**Reasons for making this change:** - **[from Official Flutter `.gitignore`](https://github.com/flutter/flutter/blob/master/.gitignore)**

Reasons for making this change: Terragrunt is a thin wrapper tool for Terraform: https://terragrunt.gruntwork.io/ It makes sense to add this to the Terraform template, because if one is using Terragrunt,...