From dd90ee9f8fe18f07d329eab39546c35864979037 Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 5 Aug 2017 16:10:11 +0800 Subject: [PATCH] Update ignored files when zipping releases --- config/app.php | 2 +- gulpfile.js | 3 +++ plugins | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 52549d41..bae159d0 100644 --- a/config/app.php +++ b/config/app.php @@ -9,7 +9,7 @@ return [ | Version of Blessing Skin Server | */ - 'version' => '3.3', + 'version' => '3.3.1', /* |-------------------------------------------------------------------------- diff --git a/gulpfile.js b/gulpfile.js index 2454ef73..dc20d945 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -175,6 +175,9 @@ gulp.task('zip', () => { '!.gitattributes', '!artisan', '!gulpfile.js', + '!.eslintrc.js', + '!.travis.yml', + '!yarn.lock', '!package.json', '!composer.json', '!composer.lock', diff --git a/plugins b/plugins index 5d018807..b4eeec21 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit 5d018807c7bea0422063998c40ce356b529f6cc3 +Subproject commit b4eeec21d9ae5b36d2978b389830ae0f9f4dddcf