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:
parent
e5e4e63e71
commit
bca0b44ff2
|
@ -57,6 +57,7 @@ merge:
|
|||
- "**/.gitkeep"
|
||||
- "**/yarn.lock"
|
||||
- "**/package.json"
|
||||
- "**/third_party/**"
|
||||
- "**/tsconfig-build.json"
|
||||
- "**/tsconfig.json"
|
||||
- "**/BUILD.bazel"
|
||||
|
|
Loading…
Reference in New Issue