From c5b84a9cfbb40cac54374b10c8a64bd4587ffaad Mon Sep 17 00:00:00 2001 From: Ryan Graham Date: Thu, 11 Jun 2015 13:07:53 -0700 Subject: [PATCH] Strip tests, examples, and tgzs from distribution Trims about 1MB off the size of strong-arc-*.tgz, bringing it back down to just below 10MB. --- .npmignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index da5db361..19fd13af 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,15 @@ -node_modules +node_modules/ .idea .DS_Store -client/test/integration/sandbox *-xunit.xml strong-arc-*.tgz coverage +devtools/examples/ +examples/ +build-deploy/test/ +client/test/ +process-manager/test/ +server/test/ +assets/ +test/ +*.less