-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
50 lines (42 loc) · 677 Bytes
/
.dockerignore
File metadata and controls
50 lines (42 loc) · 677 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
# Platform-specific build artifacts (would cause link failures in cross-build)
vendor/
target/
.cache/
zig-core/zig-out/
zig-core/.zig-cache/
# Dependencies (installed fresh inside container)
node_modules/
app/frontend/node_modules/
app/frontend/dist/
# Version control and CI
.git/
.github/
# IDE and tooling
.vscode/
.serena/
.sisyphus/
.agents/
.claude/
.task/
# Documentation and project management
backlog/
docs/
# Test artifacts
test-results/
playwright-report/
htmlcov/
coverage/
app/frontend/tests/
app/frontend/playwright.config.js
app/frontend/vitest.config.js
# Database files
*.db
*.db-shm
*.db-wal
*.sqlite
# Secrets
.env
# Misc
*.backup
.DS_Store
docker/