From 410f97cb28c56e1b237b0c2ad184acf4780582ca Mon Sep 17 00:00:00 2001 From: Breadway Date: Tue, 25 Aug 2026 16:01:30 +0800 Subject: [PATCH] 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. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 4c046ac..e96063c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,9 @@ # 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/