mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
.gitignore: Ignore '.venv' directories
This is a commonly used name for virtualenv directories and should be ignored. Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
parent
662d8deaf7
commit
75154196b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@
|
||||
TAGS
|
||||
.tags
|
||||
.tox
|
||||
.venv
|
||||
.DS_Store
|
||||
sphinx/pycode/Grammar*pickle
|
||||
distribute-*
|
||||
|
Loading…
Reference in New Issue
Block a user