From d0a6dab556a2bf9e89d096d29c768f3e909d264a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=E9=20Rodrigues?= Date: Fri, 6 Jul 2012 10:46:53 -0700 Subject: [PATCH] #262: Exclude test and tools folders from the npm module. --- .npmignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index cfc64cdab3..67ac27b3dd 100644 --- a/.npmignore +++ b/.npmignore @@ -4,5 +4,8 @@ # Node # node_modules/ -# Recordings # -test/recordings* \ No newline at end of file +# Test folder # +test/ + +# Tools # +tools/ \ No newline at end of file