Ignore most dotfiles in the root (#210)
To allow some flexibility in the tools used by contributors.
This commit is contained in:
parent
ccf0645306
commit
353594656a
|
@ -1,3 +1,8 @@
|
|||
/.*
|
||||
|
||||
!/.gitignore
|
||||
!/.github
|
||||
|
||||
.cache/
|
||||
__pycache__/
|
||||
docs/_build/
|
||||
|
@ -5,9 +10,7 @@ build/
|
|||
htmlcov/
|
||||
*,cover
|
||||
.mypy_cache/
|
||||
/.dmypy.json
|
||||
.pytest_cache/
|
||||
coverage.xml
|
||||
/dist/
|
||||
/injector.egg-info/
|
||||
/.coverage
|
||||
|
|
Loading…
Reference in New Issue