gitignore: exclude graphify-out local cache
Some checks failed
dev release / build (push) Failing after 1s
Some checks failed
dev release / build (push) Failing after 1s
This commit is contained in:
parent
e98e37dbf1
commit
fc704f4d67
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -29,3 +29,9 @@ logs/
|
||||||
# Runtime files
|
# Runtime files
|
||||||
*.sock
|
*.sock
|
||||||
*.pid
|
*.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