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