-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
82 lines (64 loc) · 899 Bytes
/
.dockerignore
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Node modules
node_modules
# Build output (不要忽略这个如果你在 Dockerfile 中不是从源代码开始构建的)
# build
# Logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
*.log
# Directory used by npm
.npm
# Directory used by yarn
.yarn-cache
# Git directory and files
.git
.gitignore
# IDE directories
.idea
.vscode
# OS generated
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.swp
*.swo
# Backup files
*.bak
*.swp
*.swo
# Dist directory (if exists)
/dist
# env files (it's important to keep environment variables secret!)
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.example
# Other common unnecessary files
*.lock
*.tar.gz
*.zip
*.rar
# Git and version control
.git/
.gitignore
.gitattributes
# IDE-specific files
.vscode/
.idea/
# Build output
build/
.cache/
.docusaurus/
# Backup files
*.bak
*.swp
*.swo
# Output
*ken*