chore: ignore the Go build cache the codex sandbox leaves in the checkout

codex exec's sandbox runs go with GOCACHE inside the working directory,
at .tmp-gocache/. On this branch a git add -A after a review round swept
5,688 of those files into a commit (created 01:44Z during round 4,
committed 02:16Z); the two affected commits were rewritten without them
before the PR. Ignoring the directory means the next seat's add -A
cannot repeat it.
This commit is contained in:
xarmian
2026-09-02 12:33:08 +00:00
parent f54a0e41d4
commit 2dde493305
+3
View File
@@ -65,3 +65,6 @@ dist/
.pad-e2e-*/
web/playwright-report/
web/test-results/
# Go build cache the codex review sandbox writes into the checkout (BUG-2827: 5,688 of them once reached a commit)
.tmp-gocache/