Update ignored files when zipping releases
This commit is contained in:
parent
56be384dfd
commit
dd90ee9f8f
@ -9,7 +9,7 @@ return [
|
||||
| Version of Blessing Skin Server
|
||||
|
|
||||
*/
|
||||
'version' => '3.3',
|
||||
'version' => '3.3.1',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -175,6 +175,9 @@ gulp.task('zip', () => {
|
||||
'!.gitattributes',
|
||||
'!artisan',
|
||||
'!gulpfile.js',
|
||||
'!.eslintrc.js',
|
||||
'!.travis.yml',
|
||||
'!yarn.lock',
|
||||
'!package.json',
|
||||
'!composer.json',
|
||||
'!composer.lock',
|
||||
|
2
plugins
2
plugins
@ -1 +1 @@
|
||||
Subproject commit 5d018807c7bea0422063998c40ce356b529f6cc3
|
||||
Subproject commit b4eeec21d9ae5b36d2978b389830ae0f9f4dddcf
|
Loading…
Reference in New Issue
Block a user