.gitignore Generator
Generate .gitignore files online. Tick your stacks (Node, Python, Go, OS, IDE…), get a combined file to copy or download.
.gitignore generator
Output (3 templates)
# Node node_modules/ dist/ .env coverage/ *.log .next/ # macOS .DS_Store .AppleDouble # IDE .idea/ .vscode/ *.swp
How to use
- Paste input or drop a file above.
- Adjust options (delimiter, dialect, quality, ratio).
- Copy result or download — no sign-up needed.
FAQ
Which stacks?
Node, Python, Go, Rust, Java, PHP, Ruby, Flutter, macOS, Windows, Linux, IDE.
Already-committed files?
.gitignore only stops new files — run git rm --cached for tracked ones.