Appropriately ignore the .nox folder

This commit is contained in:
Pradyun Gedam 2019-07-30 16:56:20 +05:30
parent 57fb9d5798
commit fe147309ea
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -18,7 +18,7 @@ docs/build/
.mypy_cache/
# Unit test / coverage reports
.tox/
.[nt]ox/
htmlcov/
.coverage
.coverage.*

View File

@ -1,6 +1,7 @@
[isort]
skip =
./build,
.nox,
.tox,
.scratch,
_vendor,
@ -17,6 +18,7 @@ include_trailing_comma = true
[flake8]
exclude =
./build,
.nox,
.tox,
.scratch,
_vendor,