From 313c35c7f35967bcb821108919693621fe96e262 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 31 Mar 2023 19:38:17 +0200 Subject: [PATCH] Fix gulpfile --- .gitignore | 1 + gulpfile.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9671f94d7..2429a0338 100755 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ database_5_7.json /tests/_temp/* codeception.yml !.gitkeep +.vscode \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 48b1bd49e..473b1e485 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -416,6 +416,8 @@ function release(done) { '!database_5_7.json', '!.idea/**', '!.git/**', + '!.github/**', + '!.vscode/**', '!node_modules/**', '!include/custom/**', '!backup/**',