Add .npmignore for smaller install (~125k -> 56k)

Fixes #156
master
Trent Mick 2014-08-24 23:47:57 -07:00
parent b729808307
commit 69c5258380
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/node_modules
*.log
!/test/corpus/*.log
/*.tgz

7
.npmignore Normal file
View File

@ -0,0 +1,7 @@
/tmp
/node_modules
*.log
/examples
/test
/*.tgz
/tools