From 0946c41c135ca552c412ce507c5c8ff7b16934af Mon Sep 17 00:00:00 2001 From: Dasc3er Date: Tue, 21 Sep 2021 17:12:39 +0200 Subject: [PATCH] Fix inclusione cartella temp in release --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index e13758c78..57ea3f20c 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -399,6 +399,7 @@ function release(done) { '!include/custom/**', '!backup/**', '!files/**', + 'files/temp/.gitkeep', '!logs/**', '!config.inc.php', '!update/structure.php',