Spaces:
Restarting
Restarting
Commit
·
c2b773b
1
Parent(s):
315fafc
feat: Add .claude/ to .gitignore to exclude Claude IDE files
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -37,6 +37,7 @@ data/*.db
|
|
| 37 |
# IDE
|
| 38 |
.vscode/
|
| 39 |
.idea/
|
|
|
|
| 40 |
*.swp
|
| 41 |
*.swo
|
| 42 |
*~
|
|
|
|
| 37 |
# IDE
|
| 38 |
.vscode/
|
| 39 |
.idea/
|
| 40 |
+
.claude/
|
| 41 |
*.swp
|
| 42 |
*.swo
|
| 43 |
*~
|