mirror of https://github.com/tiangolo/fastapi.git
🙈 Add .coverage* to `.gitignore` (#11940)
This commit is contained in:
parent
46d0ffc0d7
commit
f79247b4e5
|
|
@ -7,7 +7,7 @@ __pycache__
|
||||||
htmlcov
|
htmlcov
|
||||||
dist
|
dist
|
||||||
site
|
site
|
||||||
.coverage
|
.coverage*
|
||||||
coverage.xml
|
coverage.xml
|
||||||
.netlify
|
.netlify
|
||||||
test.db
|
test.db
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue