From 0ca5b0923a732b68f896df5d9428f517519c85bd Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Fri, 7 Dec 2018 20:30:50 +0100 Subject: [PATCH] ignoring .nyc_output --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b880d50ef..50ab0c8a4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ node_modules/ .vscode yarn-error.log coverage.lcov -.nyc-output/ +.nyc_output/