SIN-Deploy-Bot commited on
Commit
f9335bf
·
1 Parent(s): d08df55

build: add .dockerignore to reduce context

Browse files
Files changed (1) hide show
  1. .dockerignore +13 -0
.dockerignore ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .git
2
+ __pycache__/
3
+ *.pyc
4
+ *.pyo
5
+ *.pyd
6
+ .DS_Store
7
+ *.log
8
+ .env
9
+ .env.*
10
+ !.env.example
11
+ node_modules
12
+ dist
13
+ build