Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: gitignore nyc_output
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 20, 2018
1 parent 24dbed4 commit 270c5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ class App extends Generator {
'node_modules',
'/tmp',
'/dist',
'/.nyc_output',
this.yarn ? '/package-lock.json' : '/yarn.lock',
this.ts && '/lib',
])
Expand Down

0 comments on commit 270c5ef

Please sign in to comment.