From 44c84ff7b8353bda23b82d22a07a1165fe358a84 Mon Sep 17 00:00:00 2001 From: Adrien Castex Date: Fri, 12 May 2017 17:50:44 +0200 Subject: [PATCH] Added bitHound configuration --- .bithoundrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bithoundrc diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 00000000..caf121d4 --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,7 @@ +{ + "ignore": [ + "lib/**", + "node_modules/**", + "test/**" + ] +} \ No newline at end of file