From 2dde493305685cc9e30f91092e8534b40916b595 Mon Sep 17 00:00:00 2001 From: xarmian Date: Wed, 2 Sep 2026 12:33:08 +0000 Subject: [PATCH] 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 30604e8a..472fc6d8 100644 --- a/.gitignore +++ b/.gitignore @@ -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/