-
-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy path.dockerignore
More file actions
45 lines (40 loc) · 689 Bytes
/
Copy path.dockerignore
File metadata and controls
45 lines (40 loc) · 689 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
# Dependencies (rebuilt inside the image)
node_modules/
# Host build artifacts — the image builds its own dist; a stale host dist
# copied over it would mask build failures.
dist/
build/
*.tgz
# Secrets and local state. config.yaml routinely embeds tokens via env
# interpolation defaults; the runtime mounts it instead.
.env
.env.*
config.yaml
config.yml
config.json
.openswarm/
.coverage/
# VCS / editor / OS
.git/
.gitignore
.vscode/
.idea/
*.swp
.DS_Store
# Docker (self-referential)
Dockerfile*
docker-compose*
.dockerignore
# Tests, docs, CI — not part of the runtime image
coverage/
docs/
benchmarks/
desktop/
web-e2e/
.github/
.claude/
testing/
trash/
logs/
*.log
plan.md