buid: add .venv to .dockerignore (#7146)
This commit is contained in:
parent
2242a85e5c
commit
7c336a65c4
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
.env
|
.env
|
||||||
venv
|
venv
|
||||||
|
.venv
|
||||||
node_modules/
|
node_modules/
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
@ -14,4 +15,4 @@ build/
|
||||||
out/
|
out/
|
||||||
**/out/
|
**/out/
|
||||||
dist/
|
dist/
|
||||||
**/dist/
|
**/dist/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue