Skip to content

Commit

Permalink
add .npmignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Jun 7, 2016
1 parent 5ed39fc commit fa43890
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.idea
*.iml
npm-debug.log
dump.rdb
node_modules
results.tap
results.xml
npm-shrinkwrap.json
config.json
.DS_Store
*/.DS_Store
*/*/.DS_Store
._*
*/._*
*/*/._*
coverage.*
lib-cov
complexity.md

test
.gitignore
.npmignore
.travis.yml
API.md
CONTRIBUTING.md
generate-api-toc.js
README.md

0 comments on commit fa43890

Please sign in to comment.