From 91e6b2e88bdc6456af96d4b621a9b5239fa91426 Mon Sep 17 00:00:00 2001 From: burnettk Date: Tue, 13 Dec 2022 14:32:21 -0500 Subject: [PATCH] gitignore things --- spiffworkflow-frontend/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spiffworkflow-frontend/.gitignore b/spiffworkflow-frontend/.gitignore index 8ff3e35ce..c0316f7ea 100644 --- a/spiffworkflow-frontend/.gitignore +++ b/spiffworkflow-frontend/.gitignore @@ -8,6 +8,9 @@ # testing /coverage +# in case we accidentally run backend tests in frontend. :D +/.coverage.* + # production /build