mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Ignore .gitignore (and more) from Bower packages
This commit is contained in:
parent
c20e57bc8a
commit
ceec907bee
10
gulpfile.js
10
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 })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user