Fix zip di release

This commit is contained in:
Thomas Zilio 2018-09-03 17:28:43 +02:00
parent 67ca4addd6
commit 42b41adba4
1 changed files with 4 additions and 2 deletions

View File

@ -292,11 +292,13 @@ gulp.task('release', function () {
'files/**',
'logs/**',
'config.inc.php',
'*.lock',
'*.phar',
'**/*.lock',
'**/*.phar',
'**/*.log',
'**/*.zip',
'**/*.bak',
'**/*.jar',
'**/*.txt',
'**/~*',
]
});