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

Commit

Permalink
fix: gitignore /dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 7, 2018
1 parent bca45aa commit d0bb4f0
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 @@ -469,6 +469,7 @@ class App extends Generator {
'*-error.log',
'/node_modules',
'/tmp',
'/dist',
this.yarn ? '/package-lock.json' : '/yarn.lock',
this.ts && '/lib',
])
Expand Down

0 comments on commit d0bb4f0

Please sign in to comment.