gitignore: ignore graphify-out/ knowledge-graph cache
graphify-out/ is local tool output (AST cache, query index, graph.json) regenerated on demand and never meant to be committed.
This commit is contained in:
parent
14274856a3
commit
696e3f540f
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -31,3 +31,7 @@ logs/
|
|||
*.pid
|
||||
|
||||
# Local hygiene notes (not for commit)
|
||||
CLAUDE.md
|
||||
|
||||
# graphify knowledge-graph output (local tool cache, not for commit)
|
||||
graphify-out/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue