Add .dockerignore
This commit is contained in:
parent
30171c3c4a
commit
c35b317503
1 changed files with 15 additions and 0 deletions
15
.dockerignore
Normal file
15
.dockerignore
Normal file
|
@ -0,0 +1,15 @@
|
|||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
*.egg-info
|
||||
|
||||
*.py[cod]
|
||||
*.egg
|
||||
build
|
||||
htmlcov
|
||||
|
||||
www/elm-stuff
|
||||
www/node_modules
|
||||
www/package-lock.json
|
||||
www/public/elm.js
|
Loading…
Reference in a new issue