add venv* to gitignore (#12431)
parent
4454fab7f0
commit
b44fc4c589
|
|
@ -11,7 +11,7 @@ extra_model_paths.yaml
|
||||||
/.vs
|
/.vs
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
venv/
|
venv*/
|
||||||
.venv/
|
.venv/
|
||||||
/web/extensions/*
|
/web/extensions/*
|
||||||
!/web/extensions/logging.js.example
|
!/web/extensions/logging.js.example
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue