From cd56384d49268c5e2b2ed0831315fff9a9a0e05b Mon Sep 17 00:00:00 2001 From: Paul Armstrong Date: Sat, 10 Sep 2011 16:51:51 -0700 Subject: [PATCH] make npmignore more strict. this file doesn't seem to work exactly like gitignore --- .npmignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.npmignore b/.npmignore index f164b147..f7127ab3 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,8 @@ .DS_Store -docs/* -examples/* +*.html +*.test.js +docs/** +examples/** Makefile -scripts/* -tests/* -tests/templates/* \ No newline at end of file +scripts/** +tests/**