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/**" + ] +}