From 9eb21ada8ba4c33666b82be98ad6ab807ad9cdbb Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Mon, 6 Nov 2017 11:24:01 +0800 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 28e77400..28f703d7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -167,6 +167,8 @@ gulp.task('zip', () => { '!.gitignore', '!.git/**/*.*', '!.git/', + '!.github/**/*.*', + '!.github/', '!.gitmodules', '!.gitattributes', '!gulpfile.js', @@ -176,7 +178,9 @@ gulp.task('zip', () => { '!package.json', '!composer.json', '!composer.lock', + '!coverage/**/*.*', '!bower.json', + '!phpunit.xml', '!plugins/**/*.*', '!resources/assets/src/**/*.*', // do not pack packages for developments