Fix inclusione cartella temp in release
This commit is contained in:
parent
466322ba54
commit
0946c41c13
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue