Skip to content

Commit

Permalink
fix(generator): add .gitignore to generated project
Browse files Browse the repository at this point in the history
  • Loading branch information
iki committed Nov 28, 2013
1 parent a592d77 commit fe7c8c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/index.js
Expand Up @@ -53,6 +53,7 @@ SalsaGenerator.prototype.app = function app() {

SalsaGenerator.prototype.projectfiles = function projectfiles() {
// Config
this.copy('_gitignore', '.gitignore');
this.copy('_bowerrc', '.bowerrc');
this.copy('_editorconfig', '.editorconfig');
this.copy('_jshintrc', '.jshintrc');
Expand Down

0 comments on commit fe7c8c4

Please sign in to comment.