chore: gitignore generated graphify artifacts (too large for GitHub)
Pre-receive hook rejected push due to 100MB+ graph JSON blobs that are regenerated by scripts. Exclude them so they are never committed again.
This commit is contained in:
parent
dc964c2440
commit
dd07615012
|
|
@ -24,3 +24,11 @@ brain-core/*.db
|
|||
brain-core/*.db-wal
|
||||
brain-core/*.db-shm
|
||||
*.log
|
||||
|
||||
# Generated graphify artifacts (regenerated by scripts; too large for git)
|
||||
brain/graph/central-graph.json
|
||||
brain/graph/projects/*.json
|
||||
brain/graph/*.json
|
||||
graphify-out/
|
||||
brain/graphify-out/
|
||||
skills/*/graphify-out/
|
||||
|
|
|
|||
Loading…
Reference in New Issue