From 3647cb7f3b641b62e0481b4680707dd492297fb3 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 31 May 2018 09:26:16 -0700 Subject: [PATCH] build: sync g3 exclude list from copybara to ngbot (#24224) PR Close #24224 --- .github/angular-robot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index fcc1653164..471cba19d1 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -45,10 +45,12 @@ merge: - "packages/language-service/**" - "**/.gitignore" - "**/.gitkeep" + - "**/package.json" - "**/tsconfig-build.json" - "**/tsconfig.json" - "**/rollup.config.js" - "**/BUILD.bazel" + - "packages/**/integrationtest/**" - "packages/**/test/**" # comment that will be added to a PR when there is a conflict, leave empty or set to false to disable