mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 20:10:50 +01:00
Fix gulpfile
This commit is contained in:
parent
c95b8fd391
commit
313c35c7f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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…
x
Reference in New Issue
Block a user