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
related guides
related tools
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