mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update .dockerignore to exclude temporary virtual environment and test directories
This commit is contained in:
parent
87fdcb2ece
commit
389efdd479
1 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
.idea/
|
||||
.vscode/
|
||||
__pycache__/
|
||||
|
||||
env/
|
||||
src/ui/client/node_modules/
|
||||
src/ui/client/opt-dashboard/
|
||||
src/deps/tmp_venv/
|
||||
tests/
|
||||
|
|
|
|||
Loading…
Reference in a new issue