chore: expand .gitignore

Add common IDE, OS, and editor-backup exclusions to keep per-machine artefacts out of version control alongside the existing .claude/ entry.
This commit is contained in:
2026-06-16 15:22:03 +08:00
parent abf70542c2
commit 7f43b55b61
+20
View File
@@ -1,2 +1,22 @@
# Local Claude Code configuration (per-machine) # Local Claude Code configuration (per-machine)
.claude/ .claude/
# IDE
.idea/
.vscode/
*.iml
*.iws
*.ipr
.project
.classpath
.settings/
# OS
.DS_Store
Thumbs.db
desktop.ini
# Editor backups
*.swp
*.swo
*~