From 186f17ec3e26823abdaf2606c714ae9549eee755 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 12 Jan 2025 23:54:11 +0100 Subject: [PATCH] chore: add "coverage" folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f80f66f72..09804755d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules/ dist/ build/ +coverage/ src/public/app-dist/ npm-debug.log yarn-error.log