From 5ccc9e8a1d7e3b45ee23dc86c9048d0c35a82a05 Mon Sep 17 00:00:00 2001 From: Pei Wang Date: Mon, 13 Sep 2021 19:31:10 +0000 Subject: [PATCH] build: Exclude tsconfig-tsec.json files from sync with g3 (#43108) Those files are for tsec_test only and therefore irrelevant to google3. PR Close #43108 --- .github/angular-robot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 39c903cbe3256..9a49e33ccd7a0 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -66,6 +66,7 @@ merge: - '**/package.json' - '**/third_party/**' - '**/tsconfig-build.json' + - '**/tsconfig-tsec.json' - '**/tsconfig.json' - '**/rollup.config.js' - '**/BUILD.bazel'