Also exclude vendors
parent
83846ffa0b
commit
2122fd2931
|
@ -20,6 +20,7 @@
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"out",
|
"out",
|
||||||
"vendor"
|
"vendor",
|
||||||
|
"vendors"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue