Add tox and venv to ST2 folder ignores
This commit is contained in:
parent
e614c58bc3
commit
34dc390dd2
@ -33,7 +33,9 @@
|
|||||||
".hg",
|
".hg",
|
||||||
"CVS",
|
"CVS",
|
||||||
"*.egg",
|
"*.egg",
|
||||||
"*.egg-info"
|
"*.egg-info",
|
||||||
|
".tox",
|
||||||
|
"venv"
|
||||||
],
|
],
|
||||||
"path": "."
|
"path": "."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user