jxdn123 commited on
Commit
5ac4fe7
·
verified ·
1 Parent(s): 0f4f34a

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +15 -0
.dockerignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 通用
2
+ .git
3
+ .gitignore
4
+ README.md
5
+ LICENSE
6
+
7
+ # Node
8
+ web/node_modules
9
+ web/.vite
10
+ web/dist
11
+
12
+ # Go
13
+ bin
14
+ build
15
+ tmp