Fix gulpfile

This commit is contained in:
Luca 2023-03-31 19:38:17 +02:00
parent c95b8fd391
commit 313c35c7f3
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -98,3 +98,4 @@ database_5_7.json
/tests/_temp/*
codeception.yml
!.gitkeep
.vscode

View File

@ -416,6 +416,8 @@ function release(done) {
'!database_5_7.json',
'!.idea/**',
'!.git/**',
'!.github/**',
'!.vscode/**',
'!node_modules/**',
'!include/custom/**',
'!backup/**',