mirror of https://github.com/tiangolo/fastapi.git
🙈 Add coverage, site and others to gitignore
This commit is contained in:
parent
8cc9ccab92
commit
838dd3160e
|
|
@ -5,3 +5,8 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
htmlcov
|
htmlcov
|
||||||
|
dist
|
||||||
|
site
|
||||||
|
.coverage
|
||||||
|
coverage.xml
|
||||||
|
.netlify
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue