.gitignore everything by default
- You’re working on a project, making commits, and then suddenly realize you’ve been committing .
- DS_Store files, node_modules, IDE configuration files, or other junk (CLAUDE.md for example) that shouldn’t be in your repository.
Unverified
- You’re working on a project, making commits, and then suddenly realize you’ve been committing .
- DS_Store files, node_modules, IDE configuration files, or other junk (CLAUDE.md for example) that shouldn’t be in your repository.
Sources: Packagemain