Skip to content

Commit

Permalink
fix: ignore package-lock.json or yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 5, 2018
1 parent 679b03b commit e589f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generators/app.ts
Expand Up @@ -471,6 +471,7 @@ class App extends Generator {
'*-error.log',
'/node_modules',
'/tmp',
this.yarn ? 'package-lock.json' : 'yarn.lock',
this.ts && '/lib',
])
.concat(existing)
Expand Down

0 comments on commit e589f0a

Please sign in to comment.