7f43b55b61
Add common IDE, OS, and editor-backup exclusions to keep per-machine artefacts out of version control alongside the existing .claude/ entry.
23 lines
200 B
Plaintext
23 lines
200 B
Plaintext
# Local Claude Code configuration (per-machine)
|
|
.claude/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editor backups
|
|
*.swp
|
|
*.swo
|
|
*~
|