๐Ÿšซ GITIGNORE ยท FILTER BUILDER

Build Your
Filter

Not every file belongs in Git. Click on files that should be ignored โ€” .gitignore will filter them out automatically.

๐Ÿšซ FILTER BUILDER Score: 0/0 Round 1
๐Ÿ“‹ Rule
Click the files that should be gitignored. The .gitignore will build itself as you go!
๐Ÿ“ Project Files
๐Ÿ“ .gitignore
Ignore Master
.gitignore keeps your repo clean.
Secrets, builds, and dependencies
should never be tracked.
# Common .gitignore patterns
node_modules/
.env
*.log
dist/
__pycache__/
.DS_Store