Merge pull request #5584 from FinnStutzenstein/updateDockerignore

Update .dockerignore to reduce the context size
This commit is contained in:
Finn Stutzenstein 2020-09-29 17:05:25 +02:00 committed by GitHub
commit c0fb65316c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,3 @@
.git
**/node_modules
**/.vscode

View File

@ -1,2 +1,5 @@
*.pyc
__pycache__/
**/*.pyc
**/__pycache__/
**/.venv
tests/
personal_data/