pkg: gitignore coverage files.

This commit is contained in:
Nodari Chkuaselidze 2025-08-06 09:56:44 +04:00
parent a812f0bc8d
commit 8f42b5ddd7
No known key found for this signature in database
GPG key ID: B018A7BB437D1F05

2
.gitignore vendored
View file

@ -4,3 +4,5 @@ docker_data/
docs/reference/ docs/reference/
node_modules/ node_modules/
npm-debug.log npm-debug.log
coverage/
.nyc_output/