add dockerignore

This commit is contained in:
Artyom Kravchenko 2021-03-30 17:28:52 +03:00
parent e96ee7ac5b
commit 2de8a5473a

27
.dockerignore Normal file
View File

@ -0,0 +1,27 @@
*.pyc
*.pyo
*.mo
*.db
*.css.map
*.egg-info
*.sql.gz
.cache
.project
.idea
.pydevproject
.idea/workspace.xml
.DS_Store
.git/
.sass-cache
.vagrant/
__pycache__
dist
docs
env
logs
src/{{ project_name }}/settings/local.py
src/node_modules
web/media
web/static/CACHE
stats
Dockerfile