.gitignore Generator
Generate .gitignore files online for free. Select your languages, frameworks, and IDEs to create a comprehensive gitignore file. Copy or download instantly.
Runs entirely in your browser — files never uploaded
Languages
Frameworks
IDEs
OS
Other
Select technologies to generate a .gitignore file.
How to use .gitignore Generator
- 1. Select technologies. Browse categories or use the search box to find your languages, frameworks, IDEs, and operating systems.
- 2. Review the output. The generated .gitignore content updates in real time as you select or deselect technologies.
- 3. Copy or download. Click Copy to copy the content to your clipboard, or Download to save it as a .gitignore file.
FAQ
What is a .gitignore file?
A .gitignore file tells Git which files and directories to ignore in your repository. This keeps build artifacts, dependencies, and sensitive files out of version control.
Can I combine multiple technologies?
Yes. Select as many technologies as your project uses. The generator merges all patterns into a single .gitignore without duplicates.
Are the patterns comprehensive?
The patterns cover the most common ignore rules for each technology. You can always edit the output to add project-specific rules.
Where should I place the .gitignore file?
Place it in the root of your Git repository. Patterns are relative to the directory containing the .gitignore file.
Related tools
- Base64 EncoderEncode text or files to Base64 or decode Base64 back online for free. Instant conversion, no signup, runs in your browser.
- JSON FormatterFormat and validate JSON online for free. Beautify with indentation, validate syntax, or minify. Runs in your browser, no signup.
- CSV ↔ JSONConvert CSV to JSON or JSON to CSV online for free. Live preview as you type or upload a file. No signup, runs in browser.
- Timestamp ConverterConvert Unix timestamps to dates and dates to timestamps online for free. Supports seconds, milliseconds, ISO 8601. No signup.
- JWT DecoderDecode JWT tokens online for free. Inspect header, payload, and claims. Verify expiration and signature algorithm. No signup, runs in browser.
- Regex TesterTest regular expressions online for free with live match highlighting, capture groups, and flag toggles. Supports JavaScript regex. No signup.