Also exclude vendors

pull/349/head
Kevin Bernardo 2018-08-30 15:02:22 +08:00 committed by GitHub
parent 83846ffa0b
commit 2122fd2931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
"exclude": [ "exclude": [
"node_modules", "node_modules",
"out", "out",
"vendor" "vendor",
"vendors"
] ]
} }