From e4a3b7a17e22cf8ec9d363ada4b267ef3b0615f3 Mon Sep 17 00:00:00 2001 From: Ted Winslow Date: Tue, 4 Aug 2015 09:20:38 -0400 Subject: [PATCH] bithound, sit! --- .bithoundrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bithoundrc diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 0000000..d4affe9 --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,5 @@ +{ + "ignore": [ + "**/documentation/**" + ] +}