From e71b512548ec78f194333ac8f40150777ad617b4 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Mon, 30 Jan 2017 00:12:05 +0100 Subject: [PATCH] Add bithound configuration --- .bithoundrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .bithoundrc diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 0000000..f0e1b96 --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,9 @@ +{ + "ignore": [ + "**/examples/**", + "**/node_modules/**", + ], + "test": [ + "**/spec/**" + ] +}