From edb2a50452e18a723609d561b702da95310d6728 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Wed, 11 Dec 2024 10:36:30 -0800 Subject: [PATCH] update owlbot.py --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 408fc81..d3fd145 100644 --- a/owlbot.py +++ b/owlbot.py @@ -6,4 +6,4 @@ common_templates = gcp.CommonTemplates() templates = common_templates.node_library() -s.copy(sources=templates, excludes=[".github/ISSUE_TEMPLATE", ".github/scripts", ".github/workflows/issues-no-repro.yaml", ".kokoro/samples-test.sh"]) +s.copy(sources=templates, excludes=[".github/ISSUE_TEMPLATE", ".github/scripts", ".github/workflows/issues-no-repro.yaml", ".kokoro/samples-test.sh", ".prettierrc.js", ".mocharc.js"])