From: Maxime Veber Date: Wed, 10 Jun 2015 20:32:23 +0000 (+0200) Subject: Added ignore section X-Git-Tag: v1.1.0~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1190%2Fhead;p=thirdparty%2FChart.js.git Added ignore section --- diff --git a/bower.json b/bower.json index f26f81eef..a67620348 100644 --- a/bower.json +++ b/bower.json @@ -7,5 +7,15 @@ "main": [ "Chart.js" ], + "ignore": [ + "**/*", + ".travis.yml", + "CONTRIBUTING.md", + "Chart.js", + "LICENSE.md", + "README.md", + "gulpfile.js", + "package.json" + ], "dependencies": {} -} \ No newline at end of file +}