We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab39b14 commit e258e1dCopy full SHA for e258e1d
1 file changed
handwritten/datastore/owlbot.py
@@ -55,6 +55,6 @@
55
56
common_templates = gcp.CommonTemplates()
57
templates = common_templates.node_mono_repo_library(relative_dir="handwritten/datastore", source_location="build/src")
58
-s.copy(templates, destination="handwritten/datastore")
+s.copy(templates, destination="handwritten/datastore", excludes=["README.md"])
59
60
node.postprocess_gapic_library_hermetic(relative_dir="handwritten/datastore")
0 commit comments