We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef39431 commit cef13bdCopy full SHA for cef13bd
1 file changed
java-common-protos/owlbot.py
@@ -35,18 +35,18 @@
35
36
s.remove_staging_dirs()
37
java.common_templates(
38
- monorepo=True,
39
- excludes=[
40
- ".github/*",
41
- ".kokoro/*",
42
- "samples/*",
43
- "CODE_OF_CONDUCT.md",
44
- "CONTRIBUTING.md",
45
- "LICENSE",
46
- "SECURITY.md",
47
- "java.header",
48
- "license-checks.xml",
49
- "README.md",
50
- "renovate.json",
51
- ".gitignore"
+ monorepo=True,
+ excludes=[
+ ".github/*",
+ ".kokoro/*",
+ "samples/*",
+ "CODE_OF_CONDUCT.md",
+ "CONTRIBUTING.md",
+ "LICENSE",
+ "SECURITY.md",
+ "java.header",
+ "license-checks.xml",
+ "README.md",
+ "renovate.json",
+ ".gitignore"
52
])
0 commit comments