Skip to content

Commit

Permalink
feat: add bower_components to generated .gitignore
Browse files Browse the repository at this point in the history
Closes #6
  • Loading branch information
Alex Van Camp committed May 14, 2016
1 parent c83e3dd commit 4477242
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ module.exports = yeoman.Base.extend({
}
);
}

// Replace the .gitignore from node:git with our own.
this.fs.write(this.destinationPath('.gitignore'), 'node_modules\ncoverage\nbower_components');
},

default: function () {
Expand Down

0 comments on commit 4477242

Please sign in to comment.