.gitignore Generator
Generate a .gitignore file by selecting your tech stack — Node, Python, Go, Rust, and more.
Tech stacks
·
.gitignore
What belongs in a .gitignore file?
A .gitignore tells Git which files and directories not to track — typically compiled output (dist/, target/), dependency folders (node_modules/), environment files (.env), and OS artefacts (.DS_Store, Thumbs.db). Patterns support glob syntax: leading ! negates a rule, trailing / matches directories only, and ** matches any depth. Combine entries from multiple stacks — for a Next.js project on macOS you want both the Next and macOS sections. To format your code before committing, visit the JSON Formatter or YAML Formatter.
Private & free — this tool runs entirely in your browser.
Recommended: IndieKit — Ship your Next.js startup in days.affiliate
Related Developer Utilities tools
RegExp Tester
Test regular expressions and inspect matches locally.
Regex Visualizer
Visual regex pattern diagram with live match highlighting and capture group annotations.
Subnet Calculator
Compute CIDR subnets, usable hosts, and network ranges.
Cron Parser
Translate cron syntax into plain English.
URL Parser
Break a URL into protocol, host, path, and query parts.
HTML Previewer
Paste HTML and see it rendered live in a safe, sandboxed preview.
HTTP Status Code Reference
Search and look up every HTTP status code and its meaning.
MIME Type Lookup
Find the MIME type for a file extension, or the extensions for a MIME type.