From: Simon Brunel Date: Sat, 21 Jan 2017 12:12:12 +0000 (+0100) Subject: Ignore .gitignore (and more) from Bower packages X-Git-Tag: v2.5.0~1^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ceec907bee33d39da68cb7af111400622aefee23;p=thirdparty%2FChart.js.git Ignore .gitignore (and more) from Bower packages --- diff --git a/gulpfile.js b/gulpfile.js index 7442cfe6d..6cd6efa5d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -71,7 +71,15 @@ function bowerTask() { homepage: package.homepage, license: package.license, version: package.version, - main: outDir + "Chart.js" + main: outDir + "Chart.js", + ignore: [ + '.github', + '.codeclimate.yml', + '.gitignore', + '.npmignore', + '.travis.yml', + 'scripts' + ] }, null, 2); return file('bower.json', json, { src: true })