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/
|
db/
|
||||||
media/
|
media/
|
||||||
|
src/media/
|
||||||
staticfiles/
|
staticfiles/
|
||||||
|
src/staticfiles/
|
||||||
|
__pycache__/
|
||||||
|
**/__pycache__/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.idea/
|
.idea/
|
||||||
|
|
Reference in a new issue