Skip to content

Commit

Permalink
Update .npmignore
Browse files Browse the repository at this point in the history
Trimming the npm release a little further, following general guidelines from [npm needs a personal trainer](https://medium.com/@goldglovecb/npm-needs-a-personal-trainer-537e0f8859c6).
  • Loading branch information
coreybutler authored and indexzero committed Oct 29, 2015
1 parent 2064bfe commit 30d53cb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
test/*.log
test/fixtures/*.json
test/fixtures/logs/*.log*
test/fixtures/keys/
test/transports/webhook-test.js
.*
*.log
test
test/*
node_modules/
node_modules/*
npm-debug.log
*.md
examples
examples/*
docs
docs/*

0 comments on commit 30d53cb

Please sign in to comment.