From b80f3956743172467e1f8d034090aaba7fb63198 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Sun, 13 Jun 2021 03:02:37 +0100 Subject: [PATCH] chore: gitignore coverage build dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d71e460..69c37f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ yarn-error.log /dist /node_modules +/coverage