forked from Mentra-Community/MentraOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
57 lines (51 loc) · 1.05 KB
/
Copy path.dockerignore
File metadata and controls
57 lines (51 loc) · 1.05 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
*
!bun.lock
!package.json
# Legacy Cloud V1 (build context = cloud/): porter reads THIS file from its
# working directory instead of <context>/.dockerignore (plain docker reads the
# context's own file), so the V1 workspace layout must be allowlisted here
# with context-relative paths. These dirs do not exist at repo root, so the
# entries are no-ops for repo-root build contexts like cloud-v2.
!packages/
!packages/**
!websites/
!websites/**
!tools/
!tools/**
!infra/
!infra/**
!docker/
!docker/**
!tsconfig.json
!tsconfig.base.json
!start.sh
!.npmrc
!.bun-version
packages/**/node_modules
websites/**/node_modules
tools/**/node_modules
packages/**/dist
websites/**/dist
packages/*/bun.lock
packages/*/*/bun.lock
tools/*/bun.lock
websites/*/bun.lock
!cloud-v2/
!cloud-v2/**
cloud-v2/**/node_modules
cloud-v2/**/.wrangler
!miniapps/
!miniapps/*/
!miniapps/*/package.json
!miniapps/merge/
!miniapps/merge/**
!sdk/
sdk/*
!sdk/miniapp-cli/
!sdk/miniapp-cli/**
!mobile/
mobile/*
!mobile/modules/
mobile/modules/*
!mobile/modules/miniapp/
!mobile/modules/miniapp/package.json