From 1ddcbd3706bd489b65385ca5278250bf164129f2 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Mon, 14 Oct 2024 15:17:52 -0700 Subject: [PATCH] add owlbot ignore file --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index a03593f..38f5c34 100644 --- a/owlbot.py +++ b/owlbot.py @@ -3,4 +3,4 @@ import synthtool.languages.node as node -node.owlbot_main(templates_excludes=["LICENSE", "README.md", ".github/ISSUE_TEMPLATE", ".github/scripts", ".kokoro", ".github/workflows/issues-no-repro.yaml"]) +node.owlbot_main(templates_excludes=["LICENSE", "README.md", ".github/ISSUE_TEMPLATE", ".github/scripts", ".kokoro", ".github/workflows/issues-no-repro.yaml", ".jsdoc.js"])