git: stop tracking the runtime image cache (data/img_cache)

The cache-feature commit swept warmed WebPs into Git via 'git add -A' — 257 tracked
files (~12 MB) + churn making prod checkouts dirty. Add data/img_cache/ to .gitignore
(beside art_cache) and untrack with 'git rm -r --cached' (live files retained; no
history rewrite). [Codex audit blocker]

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
jay
2026-06-30 12:14:32 -04:00
parent ee43bb0df6
commit c350a2713b
258 changed files with 1 additions and 0 deletions
+1
View File
@@ -10,3 +10,4 @@ data/geo_audit*.json
logs/
data/art_cache/
data/img_cache/