Add .npmignore to exclude unnecessary development files from npm package

This commit is contained in:
Panu Horsmalahti 2015-04-05 19:45:52 +03:00
parent 1f617ecdc5
commit e368a283b1

4
.npmignore Normal file
View File

@ -0,0 +1,4 @@
# Development files
/tests/
/.travis.yml
/screenshots