-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.dockerignore
More file actions
62 lines (50 loc) · 1.05 KB
/
.dockerignore
File metadata and controls
62 lines (50 loc) · 1.05 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
# ─────────────────────────────────────────────────────────────
# .dockerignore — Devonz (devonz.diy)
# Keep Docker context small and fast
# ─────────────────────────────────────────────────────────────
# Dependencies (installed in container)
node_modules
# Build output (rebuilt in container)
build
dist
dist-ssr
# Git
.git
.gitignore
# IDE / Editor
.vscode
.idea
*.sw?
# Environment files (passed via env_file / compose)
.env
.env.local
.env.production
.dev.vars
*.vars
# Docker files themselves
Dockerfile
docker-compose.yml
.dockerignore
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
# OS files
.DS_Store
Thumbs.db
# CI / misc
.github
.husky
.wrangler
.cache
.history
# Docs and plans (not needed at runtime)
docs
plan
# Test files
**/*.spec.ts
**/*.test.ts
vitest.config.*
# Supabase local config
supabase