mirror of
https://github.com/phonegap/phonegap-start.git
synced 2026-01-09 14:37:55 -05:00
[#177] Add Bithound support.
This commit is contained in:
54
.bithoundrc
Normal file
54
.bithoundrc
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"ignore": [
|
||||
"www/spec/**",
|
||||
"**/deps/**",
|
||||
"**/node_modules/**",
|
||||
"**/thirdparty/**",
|
||||
"**/third_party/**",
|
||||
"**/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/**"
|
||||
],
|
||||
"test": [
|
||||
"**/test/**",
|
||||
"**/tests/**",
|
||||
"**/spec/**".
|
||||
"**/specs/**"
|
||||
]
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# Hello World PhoneGap Application
|
||||
# Hello World PhoneGap Application [![bitHound Score][bithound-img]][bithound-url]
|
||||
|
||||
> A Hello World application built with PhoneGap
|
||||
|
||||
@@ -66,4 +66,6 @@ Replace `<h1>Apache Cordova</h1>` with `<h1>PhoneGap</h1>`.
|
||||
[phonegap-cli-url]: http://github.com/phonegap/phonegap-cli
|
||||
[cordova-app]: http://github.com/apache/cordova-app-hello-world
|
||||
[nitrous-url]: https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e(https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=phonegap%2Fphonegap-start&file_to_open=README.md
|
||||
[bithound-img]: https://www.bithound.io/github/phonegap/phonegap-start/badges/score.svg
|
||||
[bithound-url]: https://www.bithound.io/github/phonegap/phonegap-start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user