chore: add .gitignore
Ignore IDE configs (.idea, .vscode), Claude Code config (.claude/), OS files (.DS_Store), and misc temporary files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
afd9cb6f20
commit
27f2e19d41
1 changed files with 22 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Claude Code
|
||||
.claude/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Node (if any tooling added later)
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
|
||||
# Misc
|
||||
*.log
|
||||
*.tmp
|
||||
*.bak
|
||||
Loading…
Add table
Add a link
Reference in a new issue