Select your tech stack and instantly get a clean, ready-to-use .gitignore file.
Choose your environments & frameworks
Node.js
node_modules, .env, dist
Python
.venv, __pycache__, *.pyc
React
build/, .cache, coverage
Java
*.class, target/, .gradle
macOS
Generated .gitignore
# Node.js
node_modules/
npm-debug.log*
.env
.env.local
dist/
# macOS
.DS_Store
.AppleDouble
# VS Code
.vscode/
*.code-workspace
Powered by gitignore.io · Select multiple environments to combine rules