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.
13 lines
453 B
Text
13 lines
453 B
Text
/target/
|
|
|
|
# minisign secret keys must never be committed — the bakery/index signing
|
|
# key lives outside this repo entirely (see scripts/gen-index.sh /
|
|
# scripts/get.sh for how it's consumed via MINISIGN_SEC_KEY).
|
|
*.minisign-sec
|
|
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/
|