`venv` folder added to `.gitignore`
This commit is contained in:
parent
dc0592eaaa
commit
0bf2c372c5
|
@ -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…
Reference in New Issue