From 649a6776dee9f6cf9edc3bdba4ea994eaa7e825f Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Fri, 11 Mar 2016 10:08:43 +0200 Subject: [PATCH] ci: Don't have bithound analyze the dist folder --- .bithoundrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bithoundrc b/.bithoundrc index 9a083d2..9f021cd 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -1,6 +1,7 @@ { "ignore": [ - "typings/**/*.d.ts" + "typings/**/*.d.ts", + "dist/**" ], "test": [ "test/**"