1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +01:00

Fix zip di release

This commit is contained in:
Thomas Zilio 2018-09-03 17:28:43 +02:00
parent 67ca4addd6
commit 42b41adba4

View File

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