-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.dockerignore
More file actions
62 lines (51 loc) · 911 Bytes
/
Copy path.dockerignore
File metadata and controls
62 lines (51 loc) · 911 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
60
61
62
# Version control
.git
.gitignore
.gitattributes
# Dependencies — installed fresh inside the image
**/node_modules
.pnp
.pnp.js
# Build outputs — produced inside the image
**/dist
**/build
**/.next
**/.turbo
**/out
**/coverage
# TS incremental cache
**/*.tsbuildinfo
# Local env / secrets — never bake into images
.env
.env.*
!.env.example
# Editor / OS
.vscode
.idea
.DS_Store
*.swp
# Logs
**/*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Test reports
**/test-results
**/playwright-report
# Generated router tree — Vite rebuilds it
apps/web/src/routeTree.gen.ts
# Docs — never needed at runtime
docs
README.md
CONTRIBUTING.md
DESIGN.md
LICENSE
*.md
!packages/**/README.md
# Claude / superpowers — local only
.claude
AGENTS.md
CLAUDE.md
# Local dev infrastructure that should not be in the image build context
infra/docker/compose.dev.yml
infra/docker/otel-collector-config.yaml