add dockerignore
This commit is contained in:
parent
e96ee7ac5b
commit
2de8a5473a
27
.dockerignore
Normal file
27
.dockerignore
Normal 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
|
Loading…
x
Reference in New Issue
Block a user