gitignore: exclude graphify-out and .grok local tool caches

128 files / ~111k lines of local graphify and grok cache were committed by an
over-broad `git add -A`. Neither is build output or source; both are
machine-local tool state. breadbar already excluded graphify-out; this repo
had no such rule.
This commit is contained in:
Breadway 2026-08-25 16:01:30 +08:00
parent 3326207d34
commit 410f97cb28

6
.gitignore vendored
View file

@ -5,3 +5,9 @@
# scripts/get.sh for how it's consumed via MINISIGN_SEC_KEY). # scripts/get.sh for how it's consumed via MINISIGN_SEC_KEY).
*.minisign-sec *.minisign-sec
minisign.key minisign.key
# Local tool caches — not build output, never belongs in the repo.
# (breadbar already excludes graphify-out; this repo did not, and 111k lines
# of it were swept in by a `git add -A`.)
graphify-out/
.grok/