Rust target/ directory now ignored by default
@vercel/client@18.1.0
Minor Changes
-
e4866e9: Skip the Rust
target/directory by default for Rust projects.Rust projects produce a
target/directory of build artifacts that can be hundreds of MB. It's rebuilt on Vercel during the deployment (and cached server-side), so uploading it only slows deployments down. When a rootCargo.tomlis detected,target/is now ignored by default duringvercel deployandvercel dev. Users can opt back in with!/targetin their.vercelignore.Also hardened the local file scanner used by
vercel devso that a directory removed mid-scan (a common race withcargo buildchurningtarget/) is skipped instead of crashing the process.
Patch Changes
- Updated dependencies [238543c]
- @vercel/build-utils@13.34.0
Fetched July 16, 2026
