From 2588e55921a86f1efaf8b935dc5b0438e232b0f5 Mon Sep 17 00:00:00 2001 From: "Mims H. Wright" Date: Wed, 4 Nov 2020 10:47:37 -0800 Subject: [PATCH] Update gitignore template to add coverage fixes #922 --- templates/basic/gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/basic/gitignore b/templates/basic/gitignore index 4c9d7c35a..53b1daed3 100644 --- a/templates/basic/gitignore +++ b/templates/basic/gitignore @@ -2,3 +2,4 @@ .DS_Store node_modules dist +coverage