1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-19 21:10:49 +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/**', 'files/**',
'logs/**', 'logs/**',
'config.inc.php', 'config.inc.php',
'*.lock', '**/*.lock',
'*.phar', '**/*.phar',
'**/*.log', '**/*.log',
'**/*.zip', '**/*.zip',
'**/*.bak', '**/*.bak',
'**/*.jar',
'**/*.txt',
'**/~*', '**/~*',
] ]
}); });