mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-09 14:37:54 -05:00
(1037---ignore-dist-in-bithound) adds /dist/ (and others) to ignore
This commit is contained in:
47
.bithoundrc
Normal file
47
.bithoundrc
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"ignore": [
|
||||
"**/deps/**",
|
||||
"**/node_modules/**",
|
||||
"**/thirdparty/**",
|
||||
"**/vendor/**",
|
||||
"**/**-min-**",
|
||||
"**/**-min.**",
|
||||
"**/**.min.**",
|
||||
"**/**jquery.?(ui|effects)-*.*.?(*).?(cs|j)s",
|
||||
"**/**jquery-*.*.?(*).?(cs|j)s",
|
||||
"**/prototype?(*).js",
|
||||
"**/**?(*).ts",
|
||||
"**/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/**",
|
||||
"**/dist/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user