Skip to content

Commit cc119fe

Browse files
timothywarnerclaude
andcommitted
chore: gitignore hook-generated .claude/state and .claude/logs runtime artifacts
These are transient session markers written by hooks, not source. They were accidentally committed in the previous commit; untrack them and ignore going forward. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6b80c29 commit cc119fe

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.claude/state/pending-memory-review.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ dist
147147
vite.config.js.timestamp-*
148148
vite.config.ts.timestamp-*
149149
.claude/settings.local.json
150+
# Hook-generated runtime state (session markers, logs). Transient, never commit.
151+
.claude/state/
152+
.claude/logs/
150153
# Microsoft Office lock files (leading ~$). Never commit these.
151154
~$*.pptx
152155
~$*.docx

0 commit comments

Comments
 (0)