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/* /tests/_temp/*
codeception.yml codeception.yml
!.gitkeep !.gitkeep
.vscode

View File

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