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:
Austin 2026-08-02 15:51:26 -07:00
parent dc964c2440
commit dd07615012
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -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/