The push/ci lint step intermittently failed with:
x Package traversal error: .../packages/macp/vitest.config.ts.timestamp-
<n>.mjs: IO error ... No such file or directory (os error 2)
vite/vitest/esbuild write a transient *.timestamp-*.mjs next to a TS
config while loading it, then unlink it. The files were untracked but not
ignored, so turbo's package traversal hashed them and raced the unlink.
Ignoring them excludes them from turbo's input set and removes the race.
Same class of fix as the pglite timeout/OOM change in this PR: transient
test tooling artifacts destabilising CI.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
687 B
687 B