From f5bafa28682e725b3673742f2d775d3d4668ac8e Mon Sep 17 00:00:00 2001 From: Michael C Date: Sat, 24 Sep 2022 22:46:16 -0400 Subject: [PATCH] add nyc output to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25260b5..79d8a36 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,5 @@ working /dist/ # nyc coverage output -.nyc_output/ \ No newline at end of file +.nyc_output/ +coverage/ \ No newline at end of file