-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.vercelignore
More file actions
37 lines (31 loc) · 889 Bytes
/
Copy path.vercelignore
File metadata and controls
37 lines (31 loc) · 889 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
27
28
29
30
31
32
33
34
35
36
37
# landing/ and the download endpoint are served — the product itself runs on the employee's machine,
# which is the whole point of it. The repo's source is ~1 MB, so this does not
# try to allow-list its way down to nothing; it names the heavy things that a
# CLI deploy from a working copy would otherwise upload.
#
# An allow-list (`*` then `!landing/`) is the obvious shape here and does not
# work: once `*` excludes a directory, nothing inside it can be re-included,
# and the deploy builds an empty output.
node_modules
models
*.gguf
out
dist
web/dist
desktop/dist
.git
.claude
# Source films, revision history and local QA are not part of the website.
videos
output
# Local pairing, credentials and agent state must not be uploaded.
.env*
.mcp.json
.kool
.agents
.codex
.pnpm-store
# Gateway runtime state and generated local site output.
data
.landing-dist
.playwright-cli