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
|
||||
dist
|
||||
site
|
||||
.coverage
|
||||
.coverage*
|
||||
coverage.xml
|
||||
.netlify
|
||||
test.db
|
||||
|
|
|
|||
Loading…
Reference in New Issue