Update json schema as archive include was removed
parent
838edd6e7a
commit
0b23643a44
|
@ -208,11 +208,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"exclude": {
|
"exclude": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "A list of paths to exclude."
|
"description": "A list of patterns for paths to exclude or include if prefixed with an exclamation mark."
|
||||||
},
|
|
||||||
"include": {
|
|
||||||
"type": "array",
|
|
||||||
"description": "A list of paths to include even though an exclude rule exists for them."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue