From bb7190ae555a566128d4f24f897a1a1b2619087a Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Sat, 25 Feb 2017 19:11:27 +0100 Subject: [PATCH] Add .bithoundrc --- .bithoundrc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .bithoundrc diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 000000000..f5bd7a026 --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,53 @@ +{ + "ignore": [ + "**/deps/**", + "**/node_modules/**", + "**/thirdparty/**", + "**/third_party/**", + "**/vendor/**", + "**/**-min-**", + "**/**-min.**", + "**/**.min.**", + "**/**jquery.?(ui|effects)-*.*.?(*).?(cs|j)s", + "**/**jquery-*.*.?(*).?(cs|j)s", + "**/prototype?(*).js", + "**/mootools*.*.*.js", + "**/dojo.js", + "**/MochiKit.js", + "**/yahoo-*.js", + "**/yui*.js", + "**/ckeditor*.js", + "**/tiny_mce*.js", + "**/tiny_mce/?(langs|plugins|themes|utils)/**", + "**/MathJax/**", + "**/shBrush*.js", + "**/shCore.js", + "**/shLegacy.js", + "**/modernizr.custom.?(*).js", + "**/knockout-*.*.*.debug.js", + "**/extjs/*.js", + "**/extjs/*.xml", + "**/extjs/*.txt", + "**/extjs/*.html", + "**/extjs/*.properties", + "**/extjs/.sencha", + "**/extjs/docs/**", + "**/extjs/builds/**", + "**/extjs/cmd/**", + "**/extjs/examples/**", + "**/extjs/locale/**", + "**/extjs/packages/**", + "**/extjs/plugins/**", + "**/extjs/resources/**", + "**/extjs/src/**", + "**/extjs/welcome/**", + "bower_components/**", + "docs/**" + ], + "test": [ + "**/test/**", + "**/tests/**", + "**/spec/**", + "**/specs/**" + ] +}