DevTools

.gitignore Generator

Select predefined templates or add custom entries to generate the perfect .gitignore for your project.

Select Templates
Custom Entries
One entry per line
Quick Tips
  • *.log - Ignores all .log files
  • folder/ - Ignores the entire folder
  • !important.log - Exception (do not ignore)
  • **/temp - Ignores at any level
  • # comentário - Adds a comment
.gitignore Preview
# Generated by ClaudCode
# 2026-07-29 22:53:57