From e57c61f132d18ec2b2b4bb7cd9130e024144ac2a Mon Sep 17 00:00:00 2001 From: TomKristie <65685417+TomKristie@users.noreply.github.com> Date: Fri, 31 Jul 2020 18:24:14 -0400 Subject: [PATCH] build: do not overwrite custom CODEOWNERS file (#57) --- synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synth.py b/synth.py index c693a2dd..a92bad90 100644 --- a/synth.py +++ b/synth.py @@ -23,4 +23,4 @@ # Copy common templates common_templates = gcp.CommonTemplates() templates = common_templates.node_library(source_location='build/src') -s.copy(templates, excludes=['README.md']) +s.copy(templates, excludes=['README.md', '.github/CODEOWNERS'])