🙈 Update gitignore, include all coverage files (#711)

This commit is contained in:
Sebastián Ramírez 2023-11-27 10:58:25 +01:00 committed by GitHub
parent 65ee2610b6
commit f18ea03b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -7,7 +7,7 @@ poetry.lock
dist dist
htmlcov htmlcov
*.egg-info *.egg-info
.coverage .coverage*
coverage.xml coverage.xml
site site
*.db *.db