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:
parent
67ca4addd6
commit
42b41adba4
@ -292,11 +292,13 @@ gulp.task('release', function () {
|
||||
'files/**',
|
||||
'logs/**',
|
||||
'config.inc.php',
|
||||
'*.lock',
|
||||
'*.phar',
|
||||
'**/*.lock',
|
||||
'**/*.phar',
|
||||
'**/*.log',
|
||||
'**/*.zip',
|
||||
'**/*.bak',
|
||||
'**/*.jar',
|
||||
'**/*.txt',
|
||||
'**/~*',
|
||||
]
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user