Loading…
Loading…
Generate .gitignore files by selecting languages and frameworks. Combine templates and download instantly.
Loading tool...
Remove ads and work faster? Go Premium.
Unlock PremiumCompare two texts side by side and see additions, removals using LCS algorithm.
Developer ToolsGenerate complex Git commands with visual interface. Supports branching, rebasing, cherry-pick.
Developer ToolsFormat, beautify, and validate JSON data with syntax highlighting.
Developer ToolsTest and debug regular expressions with real-time match highlighting, capture groups, and flags support — all processed client-side in your browser.
# ═══════════════════════════════════════ # LANGUAGES # ═══════════════════════════════════════ # Node.js node_modules/ .npm .env .env.local .env.*.local npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* dist/ build/ .cache/ *.tsbuildinfo .next/ out/ # ═══════════════════════════════════════ # OS # ═══════════════════════════════════════ # macOS .DS_Store .AppleDouble .LSOverride Icon ._* .Spotlight-V100 .Trashes # ═══════════════════════════════════════ # COMMON # ═══════════════════════════════════════ # Environment .env .env.* !.env.example !.env.sample .env.local .env.*.local *.pem *.key