Skip to content

Commit

Permalink
Don't add .bugsnag to gitignore, we don't use it anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Holmes committed May 1, 2015
1 parent e21d7d6 commit 1e45c31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions blueprints/ember-cli-bugsnag/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ module.exports = {
},

afterInstall: function() {
this.insertIntoFile('.jshintrc', ' "Bugsnag",', {
return this.insertIntoFile('.jshintrc', ' "Bugsnag",', {
after: '"predef": [\n'
});

return this.insertIntoFile('.gitignore', '.bugsnag');
}
};

0 comments on commit 1e45c31

Please sign in to comment.