forked from orbit-oss/flask
Merge pull request #4087 from greyli/gitignore
Add venv and .venv to .gitignore
This commit is contained in:
commit
6b1c4e9769
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,6 +4,8 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
env/
|
env/
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
env*
|
env*
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue