Skip to content

Commit

Permalink
add ignore files to owlbot
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Sep 7, 2023
1 parent bf8c6fb commit 56454b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

import synthtool.languages.node as node

node.owlbot_main(templates_excludes=["LICENSE", "README.md", ".github/sync-repo-settings.yaml", ".github/workflows/ci.yaml",".kokoro/", ".kokoro/continuous/node12/common.cfg", ".kokoro/presubmit/node12/common.cfg", ".kokoro/release/docs.cfg", ".kokoro/release/publish.cfg"])
node.owlbot_main(templates_excludes=["LICENSE", "README.md", ".github/sync-repo-settings.yaml", ".github/workflows/ci.yaml",".kokoro/", ".kokoro/continuous/node12/common.cfg", ".kokoro/presubmit/node12/common.cfg", ".kokoro/release/docs.cfg", ".kokoro/release/publish.cfg", ".eslintrc.json", ".mocharc.js", ".nycrc", ".prettierrc.js", ".prettierignore", "release-please-config.json"])

0 comments on commit 56454b9

Please sign in to comment.