Skip to content

Commit

Permalink
fix: add manifest to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 7, 2018
1 parent f78cf18 commit 692ca32
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 @@ -432,6 +432,7 @@ class App extends Generator {
private _gitignore(): string {
const existing = this.fs.exists(this.destinationPath('.gitignore')) ? this.fs.read(this.destinationPath('.gitignore')).split('\n') : []
return _([
'.anycli.manifest.json',
'*-debug.log',
'*-error.log',
'/node_modules',
Expand Down

0 comments on commit 692ca32

Please sign in to comment.