chore: add "coverage" folder to gitignore

This commit is contained in:
Panagiotis Papadopoulos 2025-01-12 23:54:11 +01:00
parent 871ee7989e
commit 186f17ec3e

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
node_modules/ node_modules/
dist/ dist/
build/ build/
coverage/
src/public/app-dist/ src/public/app-dist/
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log