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 e5e4e63e71
commit bca0b44ff2
1 changed files with 1 additions and 0 deletions

View File

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