mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Update .dockerignore to exclude unnecessary directories
This commit is contained in:
parent
197d2e7897
commit
f22d396bc7
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.git
|
||||
.idea/
|
||||
.vscode/
|
||||
__pycache__
|
||||
env
|
||||
node_modules
|
||||
__pycache__/
|
||||
env/
|
||||
src/ui/client/node_modules/
|
||||
src/ui/client/opt-dashboard/
|
||||
|
|
|
|||
Loading…
Reference in a new issue