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.
11 lines
177 B
Text
11 lines
177 B
Text
/target
|
|
config.toml
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Local hygiene notes (not for commit)
|
|
CLAUDE.md
|
|
|
|
# graphify knowledge-graph output (local tool cache, not for commit)
|
|
graphify-out/
|