1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 22:20:01 +02:00

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:
Ștefan Istrate 2023-08-23 11:11:32 +01:00 committed by GitHub
parent 4488915eec
commit 17829503e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,7 @@ venv/
ENV/
env.bak/
venv.bak/
.direnv/
# Spyder project settings
.spyderproject