From d35cc0b0d7b9aabcbfe2cc746a7346e2ffb43def Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Mon, 26 Jan 2015 23:13:40 -0800 Subject: [PATCH] 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. --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..60a54e7 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +/examples/ +/spec/