Ignore environments created in a .direnv
folder
Visual Studio Code looks for environments in a `.direnv` as well (in addition to the usual locations), so it would be good to ignore that folder as well. Context: https://code.visualstudio.com/docs/python/environments#_where-the-extension-looks-for-environments
This commit is contained in:
parent
4488915eec
commit
17829503e3
@ -127,6 +127,7 @@ venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
.direnv/
|
||||
|
||||
# Spyder project settings
|
||||
.spyderproject
|
||||
|
Loading…
Reference in New Issue
Block a user