mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
17 lines
263 B
Plaintext
17 lines
263 B
Plaintext
|
|
# Keep CLI deploy uploads lean: remote builds install from the lockfile and
|
||
|
|
# build from source, so local artifacts and durable state never ship.
|
||
|
|
.git
|
||
|
|
node_modules
|
||
|
|
.eve
|
||
|
|
.junit
|
||
|
|
.next
|
||
|
|
.nitro
|
||
|
|
.output
|
||
|
|
.turbo
|
||
|
|
.vercel
|
||
|
|
.workflow-vitest
|
||
|
|
coverage
|
||
|
|
dist
|
||
|
|
*.log
|
||
|
|
*.tsbuildinfo
|