Fix docker build : ignore media and static files
This commit is contained in:
parent
ed4c290ba5
commit
766c881928
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
db/
|
||||
media/
|
||||
src/media/
|
||||
staticfiles/
|
||||
src/staticfiles/
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
.pytest_cache/
|
||||
.idea/
|
||||
|
|
Reference in a new issue