Exclude "vendor/bin" from generated zip archive
This commit is contained in:
parent
79150ddca8
commit
8f55aab848
|
|
@ -214,7 +214,9 @@ gulp.task('zip', () => {
|
||||||
'!{coverage,coverage/**}',
|
'!{coverage,coverage/**}',
|
||||||
'!{node_modules,node_modules/**,node_modules/**/.gitignore}',
|
'!{node_modules,node_modules/**,node_modules/**/.gitignore}',
|
||||||
'!{tests,tests/**}',
|
'!{tests,tests/**}',
|
||||||
// Exclude require-dev packages
|
// Extracted symbol links are always weird, I don't know exactly why
|
||||||
|
'!vendor/bin/**',
|
||||||
|
// Exclude "require-dev" packages
|
||||||
'!vendor/fzaninotto/**',
|
'!vendor/fzaninotto/**',
|
||||||
'!vendor/mikey179/**',
|
'!vendor/mikey179/**',
|
||||||
'!vendor/mockery/**',
|
'!vendor/mockery/**',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user