-
Notifications
You must be signed in to change notification settings - Fork 532
Expand file tree
/
Copy path.gitignore
More file actions
26 lines (23 loc) 路 1.04 KB
/
Copy path.gitignore
File metadata and controls
26 lines (23 loc) 路 1.04 KB
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
node_modules/
dist/
PLAN.md
# Build output at the repo root only. The @cloudflare/computer
# Artifacts source tree (packages/computer/src/artifacts/) is real,
# tracked code and must not be caught by this rule.
/artifacts/
# Generated shell-module groups for the worker backend's
# ShellWorker (core plus one file per optional feature). Built by
# packages/computer/src/backends/worker-shell/script/build-bundle.mjs on
# prepare / pretest / pretypecheck.
packages/computer/src/backends/worker-shell/generated/
# SEA binary destinations populated at publish time from
# artifacts/computerd/ via the build-bin step. The @cloudflare/computer
# copy lives under dist/bin/, which is already covered by the
# blanket dist/ rule above; listed here for discoverability.
packages/computer-computerd-*/bin/computerd
packages/computer/dist/bin/computerd-*
# Local secrets for `wrangler dev`. Examples document putting
# Cloudflare API credentials in .dev.vars files that wrangler reads
# from the example directory; they must never be committed.
.dev.vars
**/.dev.vars