forked from koala73/worldmonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vercelignore
More file actions
26 lines (20 loc) · 715 Bytes
/
Copy path.vercelignore
File metadata and controls
26 lines (20 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Exclude local desktop build artifacts and sidecar binaries from deployments
# These files are large and not needed by the Vercel-hosted frontend/API
# Tauri build outputs
src-tauri/target/
src-tauri/bundle/
# Sidecar and bundled node binaries
src-tauri/sidecar/
src-tauri/**/node
# macOS disk images and app bundles
**/*.dmg
**/*.app
# Rust/Cargo build artifacts (safety)
target/
# Common local artifacts
.DS_Store
# Never deploy api test files: every non-underscore file under api/ becomes a
# live serverless function, and a deployed *.test.mjs executes its whole
# node:test suite (production env + Sentry) on every request (WORLDMONITOR-VD).
# Guarded by tests/deploy-config.test.mjs.
api/**/*.test.mjs