Files
claude-code-skills/.gitignore
T
siujamo 7f43b55b61 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.
2026-06-16 15:22:03 +08:00

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
*~