From c1e2493c40785112b431e64fff22973843eb9ca0 Mon Sep 17 00:00:00 2001 From: kangax Date: Sat, 7 Feb 2015 13:26:12 +0100 Subject: [PATCH] Update .bithoundrc --- .bithoundrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bithoundrc b/.bithoundrc index 581183e0..c3494583 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -1,6 +1,7 @@ { "ignore": [ "**/lib/**", - "**/dist/**" + "**/dist/**", + "**/test/**" ] }