Ignore .claude/ local state
The .claude/ directory holds per-user Claude Code state (scheduled task locks, local settings overrides) and shouldn't be checked in. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d321f07973
commit
ca260411d8
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -80,6 +80,9 @@ lint/tmp/
|
||||||
# Kotlin
|
# Kotlin
|
||||||
.kotlin/
|
.kotlin/
|
||||||
|
|
||||||
|
# Claude Code local state (per-user; not for sharing)
|
||||||
|
.claude/
|
||||||
|
|
||||||
# OS generated files
|
# OS generated files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.DS_Store?
|
.DS_Store?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue