diff --git a/gulpfile.js b/gulpfile.js index 0d4fa0b6..0b9bb5dd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -214,7 +214,9 @@ gulp.task('zip', () => { '!{coverage,coverage/**}', '!{node_modules,node_modules/**,node_modules/**/.gitignore}', '!{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/mikey179/**', '!vendor/mockery/**',