From 431aba79d8d521e228c1403aaf4fd4a26fba03c3 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 21 May 2014 14:10:52 -0700 Subject: [PATCH] Trimming contents of distributed npm package. https://www.npmjs.org/doc/developers.html#Keeping-files-out-of-your-package Keep deployments as small as they can be. --- .npmignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..081a48c --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +test +examples +doc +benchmark +.travis.yml +CHANGELOG.md +UPGRADING.md \ No newline at end of file