Ad
Pick languages, frameworks, or environments
Selected
Generated .gitignore
Common use cases
- Bootstrap a fresh repo with the right ignore rules
- Combine OS + editor + language templates
- Avoid committing node_modules, .DS_Store, .vscode/
Frequently asked questions
Where do these templates come from?
They're curated from github/gitignore plus common community recommendations. For more obscure stacks, gitignore.io has wider coverage.
Does it deduplicate identical lines?
No — the output preserves each template's integrity (with section headers). Combining many templates may produce a few duplicate entries; that's safe but you can clean them by hand.