We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8ecb1 commit 38faef0Copy full SHA for 38faef0
.nanpa/no-license.kdl
@@ -0,0 +1 @@
1
+patch type="added" "Do not copy LICENSE or NOTICE files during bootstrap"
pkg/bootstrap/bootstrap.go
@@ -62,6 +62,9 @@ var templateIgnoreFiles = []string{
62
"renovate.json",
63
"taskfile.yaml",
64
"TEMPLATE.md",
65
+ "LICENSE",
66
+ "LICENSE.md",
67
+ "NOTICE",
68
}
69
70
type Template struct {
0 commit comments