Skip to content

Commit 1d9ed20

Browse files
aksOpsclaude
andcommitted
chore: ignore .codeiq cache and graph artifacts
.codeiq/ holds a local code-intelligence cache (.mv.db) and a neo4j graph store rebuilt on demand by the codeiq tool. Without this rule, the auto-checkpoint hook captured several MB of binary blobs into 'pre-yolo' snapshot commits — clean up the working tree and prevent future contamination. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e26b3cd commit 1d9ed20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ docs/
2323

2424
# Subagent worktree scratch paths (managed by the harness, not source)
2525
.claude/worktrees/
26+
27+
# Local code-intelligence cache (codeiq) — runtime DB + neo4j store, not source
28+
.codeiq/

0 commit comments

Comments
 (0)