I found by guessing that something like ``` exclude: - "vendor/**/*.scss" - "node_modules/**/*.scss" ``` works nicely for allowing multiple exclude globs, but AFAICS this is not documented.