Skip to content

Commit 6e7607c

Browse files
committed
correctly order owlbot.py excludes
1 parent f3253d1 commit 6e7607c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-bigquerystorage/owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
s.remove_staging_dirs()
2323
java.common_templates(monorepo=True, excludes=[
2424
".github/*",
25-
".gitignore",
2625
".kokoro/*",
26+
"samples/*",
2727
"CODE_OF_CONDUCT.md",
2828
"CONTRIBUTING.md",
2929
"LICENSE",
3030
"SECURITY.md",
3131
"java.header",
3232
"license-checks.xml",
3333
"renovate.json",
34-
"samples/*"
34+
".gitignore",
3535
])

0 commit comments

Comments
 (0)