Last active
August 10, 2016 07:03
-
-
Save bithoundio/d0459af4478a0309b77a to your computer and use it in GitHub Desktop.
Use .bithoundrc to mute modules that you have vetted. Please use with caution. You may miss new, and important alerts on modules. We recommend you review your muted dependencies on a regular basis.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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/**" | |
], | |
"test": [ | |
"**/test/**", | |
"**/tests/**", | |
"**/spec/**", | |
"**/specs/**" | |
], | |
"dependencies": { | |
"mute": [ | |
"foo", | |
"bar" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment