Spaces:
Sleeping
Sleeping
chore: add .gemini/ and .claude/ to gitignore, remove leaked API key
Browse filesCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- .gitignore +3 -3
.gitignore
CHANGED
|
@@ -48,9 +48,9 @@ serve.log
|
|
| 48 |
*.svg
|
| 49 |
|
| 50 |
# Project Specific
|
| 51 |
-
.
|
| 52 |
-
|
| 53 |
-
|
| 54 |
|
| 55 |
# OS
|
| 56 |
.DS_Store
|
|
|
|
| 48 |
*.svg
|
| 49 |
|
| 50 |
# Project Specific
|
| 51 |
+
.agents/settings.json
|
| 52 |
+
.gemini/
|
| 53 |
+
.claude/
|
| 54 |
|
| 55 |
# OS
|
| 56 |
.DS_Store
|