Gitignore Generator

Create standard .gitignore files for Node.js, Python, Java, Go, and more. Combine multiple templates.

# Generated by Repo

# General
.DS_Store
Thumbs.db
*.log
*.tmp
*.temp
.env
.env.local
*.swp
*.swo
*~
.idea/
.vscode/
*.sublime-*

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity
.env
.env.local
.env.*.local
dist/
build/
.next/
out/
.nuxt/
.cache/
*.log
.DS_Store
Thumbs.db
coverage/
.nyc_output/

Features

  • Multiple languages
  • OS-specific patterns
  • Combine templates
  • Custom patterns
  • One-click copy
  • Free to use

How to Use

  1. 1
    Select templates
  2. 2
    Add custom patterns
  3. 3
    Preview the result
  4. 4
    Copy to clipboard

Frequently Asked Questions

Can I combine templates?

Yes! Select multiple templates and they'll be merged into one .gitignore file.

Where do I put the file?

Save as .gitignore (with the dot) in your project's root directory.