From f94886ce2f4fda23cff0016a1e1221fd49ad77c2 Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 24 Feb 2018 20:08:57 +0800 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 354ce16d..74ef1741 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -184,10 +184,10 @@ gulp.task('zip', () => { '!.babelrc', '!.eslintrc.js', '!.eslintignore', + '!.editorconfig', '!.travis.yml', '!{.env,.env.testing}', '!{.git,.git/**}', - '!{.github,.github/**}', '!{.gitignore,.gitmodules,.gitattributes}', '!gulpfile.js', '!composer.*', @@ -197,6 +197,7 @@ gulp.task('zip', () => { '!phpunit.xml', '!package.json', '!{tests,tests/**}', + '!ISSUE_TEMPLATE.md', '!{coverage,coverage/**}', '!{node_modules,node_modules/**}', '!storage/textures/**', @@ -233,6 +234,7 @@ function convertNpmRelativePath(paths) { function clearCache() { return del([ 'storage/logs/*', + 'storage/testing/*', 'storage/debugbar/*', 'storage/update_cache/*', 'storage/yaml-translation/*',