Fix gulpfile
This commit is contained in:
parent
c95b8fd391
commit
313c35c7f3
|
@ -98,3 +98,4 @@ database_5_7.json
|
|||
/tests/_temp/*
|
||||
codeception.yml
|
||||
!.gitkeep
|
||||
.vscode
|
|
@ -416,6 +416,8 @@ function release(done) {
|
|||
'!database_5_7.json',
|
||||
'!.idea/**',
|
||||
'!.git/**',
|
||||
'!.github/**',
|
||||
'!.vscode/**',
|
||||
'!node_modules/**',
|
||||
'!include/custom/**',
|
||||
'!backup/**',
|
||||
|
|
Loading…
Reference in New Issue