ci: exclude **/third_party/** from google3 check (#28870)

this pattern is being excluded in copybara. see cl/234807990.

PR Close #28870
This commit is contained in:
Igor Minar 2019-02-20 09:12:51 -08:00
parent fc895ba189
commit 069146e7f3

View File

@ -56,6 +56,7 @@ merge:
- "**/.gitkeep"
- "**/yarn.lock"
- "**/package.json"
- "**/third_party/**"
- "**/tsconfig-build.json"
- "**/tsconfig.json"
- "**/BUILD.bazel"