Add .npmignore file to exclude demo/test content from published packages.

This commit is contained in:
David Anson 2017-09-09 17:00:46 -07:00
parent 895d5d5450
commit 003cf4bd9a

5
.npmignore Normal file
View file

@ -0,0 +1,5 @@
coverage
demo
npm-debug.log
test
.vscode