Update .dockerignore to reduce the context size
This commit is contained in:
parent
991c08d57d
commit
90e13a0f8e
@ -1,2 +1,3 @@
|
|||||||
.git
|
.git
|
||||||
**/node_modules
|
**/node_modules
|
||||||
|
**/.vscode
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
*.pyc
|
**/*.pyc
|
||||||
__pycache__/
|
**/__pycache__/
|
||||||
|
**/.venv
|
||||||
|
tests/
|
||||||
|
personal_data/
|
Loading…
Reference in New Issue
Block a user