Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
meta: exclude custom CODEOWNERS (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
  • Loading branch information
bcoe and JustinBeckwith authored Mar 8, 2021
1 parent ece86ef commit ecac4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library(
source_location='build/src', versions=['v1beta1'])
s.copy(templates, excludes=[])
s.copy(templates, excludes=[".github/CODEOWNERS"])

node.postprocess_gapic_library()

0 comments on commit ecac4fd

Please sign in to comment.