venv
folder added to .gitignore
This commit is contained in:
parent
dc0592eaaa
commit
0bf2c372c5
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,7 @@ __pycache__
|
||||
/dist
|
||||
|
||||
# local env files
|
||||
/venv/
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
@ -21,4 +22,4 @@ yarn-error.log*
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
*.sw?
|
||||
|
Loading…
x
Reference in New Issue
Block a user