From 898a14dd8a9bee81f13d3dc7c8b47293f8f1bf9c Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Fri, 13 Jan 2012 21:56:02 +1100 Subject: [PATCH 1/2] added .npmignore --- .npmignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..97ec565 --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +bin/ +build/ +test/ +test/ender/.gitignore +.gitattributes +.gitignore +Makefile From 9599003ef01fc48c3ea03386359f01d76da1eb86 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Sat, 14 Jan 2012 10:35:54 +1100 Subject: [PATCH 2/2] add node_modules/ to .npmignore --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 97ec565..9bee2f0 100644 --- a/.npmignore +++ b/.npmignore @@ -5,3 +5,4 @@ test/ender/.gitignore .gitattributes .gitignore Makefile +node_modules/