mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix zip di release
This commit is contained in:
@@ -292,11 +292,13 @@ gulp.task('release', function () {
|
||||
'files/**',
|
||||
'logs/**',
|
||||
'config.inc.php',
|
||||
'*.lock',
|
||||
'*.phar',
|
||||
'**/*.lock',
|
||||
'**/*.phar',
|
||||
'**/*.log',
|
||||
'**/*.zip',
|
||||
'**/*.bak',
|
||||
'**/*.jar',
|
||||
'**/*.txt',
|
||||
'**/~*',
|
||||
]
|
||||
});
|
||||
|
Reference in New Issue
Block a user