File tree Expand file tree Collapse file tree 2 files changed +26
-9
lines changed Expand file tree Collapse file tree 2 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 3434 s .move (library )
3535
3636s .remove_staging_dirs ()
37- java .common_templates (excludes = [
38- 'README.md' ,
39- 'samples/*' ,
40- '.github/workflows/samples.yaml' ,
41- '.kokoro/dependencies.sh' ,
37+ java .common_templates (monorepo = True ,excludes = [
38+ ".github/*" ,
39+ ".kokoro/*" ,
40+ "CODE_OF_CONDUCT.md" ,
41+ "CONTRIBUTING.md" ,
42+ "LICENSE" ,
43+ "SECURITY.md" ,
44+ "java.header" ,
45+ "license-checks.xml" ,
46+ "README.md" ,
47+ "samples/*" ,
48+ "renovate.json" ,
49+ ".gitignore"
4250])
Original file line number Diff line number Diff line change 2222 s .move (library )
2323
2424s .remove_staging_dirs ()
25- java .common_templates (excludes = [
26- 'README.md' ,
27- 'samples/*' ,
28- '.github/workflows/samples.yaml' ,
25+ java .common_templates (monorepo = True ,excludes = [
26+ ".github/*" ,
27+ ".kokoro/*" ,
28+ "CODE_OF_CONDUCT.md" ,
29+ "CONTRIBUTING.md" ,
30+ "LICENSE" ,
31+ "SECURITY.md" ,
32+ "java.header" ,
33+ "license-checks.xml" ,
34+ "README.md" ,
35+ "samples/*" ,
36+ "renovate.json" ,
37+ ".gitignore"
2938])
You can’t perform that action at this time.
0 commit comments