DK
DevKit
Search tools...
Search...
⌘
K
Tools
Git
.gitignore Generator
.gitignore Generator
Generate .gitignore files from popular templates for Node, Python, Go and more.
Runs locally in your browser
Copy
Download .gitignore
Select Templates
Node.js
Node.js, npm, yarn
Python
Python, pip, virtualenv
React / Next.js
React, Next.js, CRA
Go
Go projects
Rust
Rust, Cargo
Java
Java, Maven, Gradle
Generated .gitignore
# === Node.js === # Dependencies node_modules/ .pnp .pnp.* .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/versions # Build dist/ build/ out/ .next/ # Environment .env .env.local .env.*.local # Debug npm-debug.log* yarn-debug.log* yarn-error.log* # IDE .vscode/ .idea/ # OS .DS_Store Thumbs.db