FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
computer/.gitignore at main · cloudflare/computer · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cloudflare
/
computer
Public
Notifications
You must be signed in to change notification settings
Fork
489
Star
8.8k
Code
Issues
12
Pull requests
7
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
computer
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (26 loc) · 1.12 KB
Breadcrumbs
computer
/
.gitignore
Copy path
File metadata and controls
30 lines (26 loc) · 1.12 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
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
#
Local celld example state.
examples
/
celld
/
.celld-s3
*
/
examples
/
celld
/
.celld-state
*
/
Back
|
FazBrowse Home
|
New Git URL