Generate .gitignore files tailored to your programming language and framework

Setup
Choose stacks, merge rules, and audit tracked files safely.

Generator Input

Use existing/monorepo mode to compare your current file against recommendations.
Existing .gitignore (Optional)
Source: waiting
Run audit to get tracked-file cleanup guidance.
Cleanup Commands
Post-update Git commands to reindex tracked files.

Repository Cleanup

git rm -r --cached .
git add .
git commit -m "Apply updated .gitignore rules"

The computer was born to solve problems that did not exist before.

Bill Gates

CodersTool Categories