chore: ignore Claude session state files
Add .claude/session-state.json, .claude/token-checkpoints.json, and
SESSION_CLOSEDOWN_*.md to .gitignore. These are auto-generated session
files that should not be committed.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
a96ed3181d
commit
a2e8e05eb7
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -59,3 +59,8 @@ build/
|
|||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
|
||||
# Claude session state files (auto-generated, not committed)
|
||||
.claude/session-state.json
|
||||
.claude/token-checkpoints.json
|
||||
SESSION_CLOSEDOWN_*.md
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue