mhulse / node-boilerplate-cli

A simple boilerplate starting point for Node.js command line projects.
Apache License 2.0
18 stars 9 forks source link

.npmignore #26

Open mhulse opened 5 years ago

mhulse commented 5 years ago

Example:

bower_components
node_modules
*.log
.DS_Store
bundle.js
test
test.js
demo/
.npmignore
LICENSE.md

Probably good to include a basic version in this project.