chore(gitignore): Ignore coverage/ directory

Coverage tooling writes artifacts under coverage/; ignoring the folder keeps
those outputs out of git status alongside existing *.cov ignores.
This commit is contained in:
Jukka Aho
2026-05-09 15:57:53 +03:00
parent b9534e2c55
commit c666ee48b2
+1
View File
@@ -16,6 +16,7 @@ docs/src/packages
*.jld
*.mem
*.cov
coverage/
test/*.h5
test/*.xmf
.env