-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.dockerignore
More file actions
59 lines (53 loc) · 814 Bytes
/
Copy path.dockerignore
File metadata and controls
59 lines (53 loc) · 814 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# 1. Environment & Secrets (STRICT - DO NOT COMMIT)
.env
.env.*
.secrets
.actrc
.event
.dev.vars
.demo.vars
*.pem
*.key
*.cert
# 2. Dependencies & Non-Docker Backend
**/node_modules/
backend/dist/worker/
backend/tests/
backend/tsup.config.ts
backend/vitest.config.ts
frontend/playwright-report/
frontend/tests/
frontend/playwright.config.js
# 3. Platform Sandboxes (CRITICAL: Do not bundle other platforms into Docker)
platforms/
# 4. Build & Temp
.dist/
.git/
.github/
.security/
.wrangler/
npm-debug.log*
# 5. Database & Local Data
data/
*.db
*.db-journal
*.db-wal
**/*.db*
# 6. Developer Tools & IDEs
.DS_Store
.vscode/
.idea/
.antigravity
.gemini/
.agent/
.agents/
.act/
.example/
# 7. Configs & Docs
.dockerignore
.gitignore
.wranglerignore
docker-compose*.yml
example.dev.vars
README*.md
wrangler*.toml