Skip to content

Commit

Permalink
added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
seanemmer committed Mar 24, 2016
1 parent 8b50c3c commit 80662c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.idea
.dev
npm-debug.log
node_modules
.DS_Store
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Seeder.prototype.clearModels = function(models, cb) {
}

// Confirm that all Models have been registered in Mongoose
var invalidModels = this.invalidModelCheck(modelNames, function(err) {
this.invalidModelCheck(modelNames, function(err) {
if (err) {
console.error(chalk.red('Error: ' + err.message));
return;
Expand Down

0 comments on commit 80662c7

Please sign in to comment.