build: update angular-bot g3sync paths (#22637)

We already trimmed these paths from the g3sync

PR Close #22637
This commit is contained in:
Alex Eagle 2018-03-07 15:39:02 -08:00 committed by Kara Erickson
parent 4c089c1d93
commit c499c8f4db
1 changed files with 5 additions and 2 deletions

View File

@ -26,9 +26,7 @@ merge:
# list of patterns to check for the files changed by the PR
# this list must be manually kept in sync with google3/third_party/javascript/angular2/copy.bara.sky
include:
- "BUILD.bazel"
- "LICENSE"
- "WORKSPACE"
- "modules/**"
- "packages/**"
# list of patterns to ignore for the files changed by the PR
@ -36,6 +34,11 @@ merge:
- "packages/language-service/**"
- "**/.gitignore"
- "**/.gitkeep"
- "**/tsconfig-build.json"
- "**/tsconfig.json"
- "**/rollup.config.js"
- "**/BUILD.bazel"
- "packages/**/test/**"
# comment that will be added to a PR when there is a conflict, leave empty or set to false to disable
mergeConflictComment: "Hi @{{PRAuthor}}! This PR has merge conflicts due to recent upstream merges.