-
-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy path.dockerignore
More file actions
73 lines (66 loc) · 1.09 KB
/
Copy path.dockerignore
File metadata and controls
73 lines (66 loc) · 1.09 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
node_modules
.git
.gitignore
.turbo
.worktrees
dist
*.db
*.db-journal
*.db-wal
*.db-shm
.env
.env.*
!.env.example
.npmrc
.pypirc
.netrc
.DS_Store
.mcp.json
.superpowers
docs/superpowers
# Local agent context and secret material
.license-signing-key
.secrets
.claude
.codex
.local-wiki
AGENTS.md
CLAUDE.md
CONTEXT.md
PRD.md
*.pem
*.key
*.p12
*.pfx
*credentials*.json
*client_secret*.json
*service_account*.json
# Test artifacts
test-results
playwright-report
blob-report
tests
coverage
*.tsbuildinfo
MASTER_TEST_MATRIX.md
# Docs (not needed in production image)
docs
*.md
!README.md
# CI/release/scripts
.github
.husky
.releaserc.json
# Exclude scripts/ from the build context EXCEPT bake-analytics.mjs, which
# docker/Dockerfile COPYs to bake the analytics config. A blanket `scripts`
# ignore breaks the production image build (COPY scripts/bake-analytics.mjs ->
# "not found"); use dir/* + negation so the one needed file is re-included.
scripts/*
!scripts/bake-analytics.mjs
# IDE
.vscode
.idea
# Archived SQLite migrations (superseded by Postgres)
apps/api/drizzle-sqlite-legacy
# Test images
test-*.png