From 7ae68e2c9dce389e4aab844803cbb0bff7c3fb28 Mon Sep 17 00:00:00 2001 From: billchurch Date: Sat, 27 May 2017 13:38:46 -0400 Subject: [PATCH] updating .bithoundrc updating .bithoundrc file to ignore public/src as it contains source from other modules this project is not responsible for --- .bithoundrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.bithoundrc b/.bithoundrc index ce99969..bfaec24 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -12,5 +12,8 @@ "read-config", "socket.io" ] - } + }. + "ignore": [ + "public/src/*" + ] } \ No newline at end of file