mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Ignore .venv (#1923)
When using virtualfish ('virtualenvwrapper' for the fish shell), you can create a .venv file in a directory that contains the name of a virtualenv that will be activated automatically when you cd into that directory. This is a good and useful thing, but since folks will have different names for their virtualenvs, we should ignore this file. That... and I'm probably the only one using fish/virtualfish...
This commit is contained in:
parent
2b7e1a2cc9
commit
1859c84e6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -78,6 +78,7 @@ nosetests.xml
|
|||||||
pyvenv.cfg
|
pyvenv.cfg
|
||||||
pip-selfcheck.json
|
pip-selfcheck.json
|
||||||
venv
|
venv
|
||||||
|
.venv
|
||||||
|
|
||||||
# vimmy stuff
|
# vimmy stuff
|
||||||
*.swp
|
*.swp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user