From 270c5ef93c1d05d4937b9edd9e826748bcb2ca61 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Fri, 20 Apr 2018 12:11:58 -0700 Subject: [PATCH] fix: gitignore nyc_output --- src/generators/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generators/app.ts b/src/generators/app.ts index 50a18f9..7575ea3 100644 --- a/src/generators/app.ts +++ b/src/generators/app.ts @@ -466,6 +466,7 @@ class App extends Generator { 'node_modules', '/tmp', '/dist', + '/.nyc_output', this.yarn ? '/package-lock.json' : '/yarn.lock', this.ts && '/lib', ])