Add .npmignore

This file acts like a .gitignore, but for NPM. Will avoid bundling along
things we don't necessarily want to install alongside the lib directory.

On my system, this decreases install size of Cylon by over 100kb, from
301kb to 189kb.
This commit is contained in:
Andrew Stewart 2015-01-26 23:13:40 -08:00
parent 64a0d76af1
commit d35cc0b0d7
1 changed files with 2 additions and 0 deletions

2
.npmignore Normal file
View File

@ -0,0 +1,2 @@
/examples/
/spec/