gitignore: stop tracking graphify-out/ tool cache
graphify's local knowledge-graph output was never gitignored, so its generated cache/graph files (75 tracked entries) were showing up as dirty noise on every run. Add graphify-out/ to .gitignore and untrack the existing files.
This commit is contained in:
parent
6f1fe776ad
commit
471ca884a6
76 changed files with 3 additions and 100300 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -6,3 +6,6 @@ config.toml
|
|||
|
||||
# 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