seanemmer / mongoose-seed

Seed data population for Mongoose
MIT License
52 stars 33 forks source link

remove `node_modules` directory from repo #2

Closed tjaartvdwalt closed 8 years ago

tjaartvdwalt commented 8 years ago

Is there a reason you have committed the node_modules directory to your repo?

Best practice is to add that directory to .gitignore and let npm install the dependencies.

seanemmer commented 8 years ago

Great suggestion @tjaartvdwalt

Glad you've discovered the repo - let me know if you have other ideas on how to improve it!

tjaartvdwalt commented 8 years ago

Great. This seems like a really nice project.