We use cookies to understand how the site is used and to display ads. Analytics and advertising only run after you accept. You can change your choice anytime. Privacy policy

Skip to content
devvkit

devvkit / dev

.gitignore Generator

Generate .gitignore files with 500+ templates for any tech stack.

Input
28 lines
# .gitignore generated by devvkit


# Node
node_modules/
npm-debug.log*
.npm/
.node_repl_history
.env
.env.local
dist/
build/
*.tsbuildinfo

# Git
.git/
.gitignore
.gitmodules
.gitkeep

# MacOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*

share this tool

Generate .gitignore files for your projects with templates for popular languages, frameworks, and tools. Combine multiple templates, add custom rules, and export ready-to-use .gitignore content.

>[x]Features
  • -Curated templates for 50+ languages and frameworks
  • -Combine multiple templates into a single .gitignore
  • -Add custom ignore rules with live preview
  • -Search templates by language, framework, or tool
  • -Copy to clipboard or download as .gitignore file
  • -Regularly updated with community-maintained templates
>>Use Cases
  • >Setting up .gitignore for new project repositories
  • >Combining Node.js, Python, and IDE-specific ignore rules
  • >Ensuring secrets and build artifacts stay out of version control
  • >Standardizing ignore rules across development teams

Frequently Asked Questions

>Can I combine multiple templates??
Yes, you can search and select multiple language/framework templates and they will be merged into a single .gitignore file.
>Are the templates kept up to date??
Templates are sourced from the community-maintained gitignore repository and are updated regularly to reflect new tools and best practices.