ci: don't sync most of /modules/** except for benchmarks (#30135)

we don't need these files in g3 and they just create sync noise.

CL to remove this from g3 is: cl/245342562

PR Close #30135
This commit is contained in:
Igor Minar 2019-04-25 18:05:20 -07:00 committed by Andrew Kushnir
parent fcacb2a4a2
commit 5b134caf2d
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ merge:
# this list must be manually kept in sync with google3/third_party/javascript/angular2/copy.bara.sky
include:
- "LICENSE"
- "modules/**"
- "modules/benchmarks/**"
- "modules/system.d.ts"
- "packages/**"
# list of patterns to ignore for the files changed by the PR
exclude: