Fix gulpfile
This commit is contained in:
parent
c95b8fd391
commit
313c35c7f3
|
@ -98,3 +98,4 @@ database_5_7.json
|
||||||
/tests/_temp/*
|
/tests/_temp/*
|
||||||
codeception.yml
|
codeception.yml
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
|
.vscode
|
|
@ -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/**',
|
||||||
|
|
Loading…
Reference in New Issue