File tree 2 files changed +26
-9
lines changed
2 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 34
34
s .move (library )
35
35
36
36
s .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"
42
50
])
Original file line number Diff line number Diff line change 22
22
s .move (library )
23
23
24
24
s .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"
29
38
])
You can’t perform that action at this time.
0 commit comments