no1b4me commited on
Commit
8d40777
·
verified ·
1 Parent(s): 78e5388

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +34 -0
.dockerignore ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Include any files or directories that you don't want to be copied to your
2
+ # container here (e.g., local build artifacts, temporary files, etc.).
3
+ #
4
+ # For more help, visit the .dockerignore file reference guide at
5
+ # https://docs.docker.com/go/build-context-dockerignore/
6
+
7
+ **/.classpath
8
+ **/.dockerignore
9
+ **/.env
10
+ **/.git
11
+ **/.gitignore
12
+ **/.project
13
+ **/.settings
14
+ **/.toolstarget
15
+ **/.vs
16
+ **/.vscode
17
+ **/.next
18
+ **/.cache
19
+ **/*.*proj.user
20
+ **/*.dbmdl
21
+ **/*.jfm
22
+ **/charts
23
+ **/docker-compose*
24
+ **/compose*
25
+ **/Dockerfile*
26
+ **/node_modules
27
+ **/npm-debug.log
28
+ **/obj
29
+ **/secrets.dev.yaml
30
+ **/values.dev.yaml
31
+ **/build
32
+ **/dist
33
+ LICENSE
34
+ README.md