Spaces:
Running
Running
chore: add .claude/ to .gitignore
Browse filesExclude Claude Code local settings and auto memory from version control.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -40,3 +40,6 @@ yarn-error.log*
|
|
| 40 |
# typescript
|
| 41 |
*.tsbuildinfo
|
| 42 |
next-env.d.ts
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
# typescript
|
| 41 |
*.tsbuildinfo
|
| 42 |
next-env.d.ts
|
| 43 |
+
|
| 44 |
+
# claude code local settings
|
| 45 |
+
.claude/
|