Add a .dockerignore to make builds faster and smaller.
This commit is contained in:
parent
cb38e8118e
commit
4890291861
1 changed files with 18 additions and 0 deletions
18
.dockerignore
Normal file
18
.dockerignore
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# everything from .gitignore
|
||||||
|
image.*
|
||||||
|
video.mp4
|
||||||
|
video.webm
|
||||||
|
cache/
|
||||||
|
__pycache__/
|
||||||
|
.idea/
|
||||||
|
**/.pytest_cache/
|
||||||
|
venv/
|
||||||
|
.vscode/
|
||||||
|
.sass-cache/
|
||||||
|
flask_session/
|
||||||
|
.DS_Store
|
||||||
|
.venv
|
||||||
|
|
||||||
|
# other stuff
|
||||||
|
.git
|
||||||
|
.github
|
Loading…
Add table
Add a link
Reference in a new issue