mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-11 13:28:57 +00:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user