-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.dockerignore
More file actions
50 lines (41 loc) · 560 Bytes
/
.dockerignore
File metadata and controls
50 lines (41 loc) · 560 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
# Dependencies
node_modules/
*/node_modules/
# Build artifacts (rebuilt inside Docker)
dist/
*/dist/
.output/
# Packages not needed for Docker crawl image
packages/action/
packages/nuxt/
packages/vite/
crates/
# Development files
.git/
.github/
*.log
*.tmp
.DS_Store
# Test files
test/
coverage/
*.test.*
*.spec.*
# Documentation
README.md
CHANGELOG.md
docs/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Environment files
.env*
!.env.example
# Cache directories
.cache/
.temp/
.tmp/
# Keep napi native bindings (needed for mdream)
!packages/mdream/napi/