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 making this change Add some descriptions and extra rules ### Links to documentation supporting these rule changes Nothing noteworthy

stale

### Reasons for making this change Add descriptions for ansible entries ### Links to documentation supporting these rule changes https://docs.ansible.com/ansible/latest/reference_appendices/config.html#ansible-home https://docs.ansible.com/ansible/latest/reference_appendices/config.html#retry-files-enabled

stale

## Reasons for making this change This PR tidies up the existing [Unity template](Unity.gitignore) and adds multiple new Unity-related patterns. Normalization is achieved by: * **Addressables**, **Visual Scripting**: Use explicit...

This PR adds two common macOS artifacts to Global/macOS.gitignore: - `*.icloud` — iCloud Drive placeholder files created for items not fully downloaded locally. - `.apdisk` — Finder metadata files created...

stale

### Reasons for making this change Under some conditions (when there is no user directory or inside a dev container) the pnpm store is placed inside the source tree. ###...

stale

### Reasons for making this change celery beat creates the following 3 files for running `celery -A sampleproject worker -B --loglevel=INFO`. ```text $ file celerybeat-schedule* celerybeat-schedule: SQLite 3.x database, last...

Add a missing wildcard to the xcuserdata folder pattern. This ensures that all user-specific Xcode data folders inside `xcuserdata` are properly ignored, preventing accidental commits of local workspace data. This...

Updated minitoc patterns to include versioning. `TeX.gitignore` now ignores both numbered and non-numbered minitoc files. The changes were made to include: 1. Numbered `.maf`, `.mlf`, `.mlt`, and `.mtc` files; 2....

### Reasons for making this change Due to current bugs in pnpm, it sometimes creates .pnpm-store directory at project root instead of global pnpm cache dir. Since it's chache, it...

Add #Optional variables section to gitignore files Add #Environment variables section to gitignore files