chore: add coverage.html to .gitignore

Prevent coverage.html from being tracked in version control
This commit is contained in:
caplost 2025-07-29 11:11:43 +08:00
parent 2cb7b0a03d
commit 8aa7ada2df

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
vendor/* vendor/*
!vendor/vendor.json !vendor/vendor.json
coverage.out coverage.out
coverage.html
count.out count.out
test test
profile.out profile.out