Skip to content

Commit

Permalink
added .npmignore in order to not publish tests to npm (#1025)
Browse files Browse the repository at this point in the history
henriksjostrom authored and brianc committed Jun 7, 2016
1 parent ad2ffce commit c1e52e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node_modules/
*.swp
*.log
.lock-wscript
build/
*~
test/
script/

0 comments on commit c1e52e7

Please sign in to comment.