.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
- Tick stacks (Node, Python, Go, OS, IDE).
- Check combined output preview.
- Copy or download .gitignore. For already-tracked files, run git rm with the cached flag.
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.