Fix inclusione cartella temp in release

This commit is contained in:
Dasc3er 2021-09-21 17:12:39 +02:00
parent 466322ba54
commit 0946c41c13
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ function release(done) {
'!include/custom/**', '!include/custom/**',
'!backup/**', '!backup/**',
'!files/**', '!files/**',
'files/temp/.gitkeep',
'!logs/**', '!logs/**',
'!config.inc.php', '!config.inc.php',
'!update/structure.php', '!update/structure.php',