mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Drop the get prefix from GetIgnoreFileName function
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
package ext
|
||||
|
||||
// GetIgnoreFileName returns the name for ignore files in
|
||||
// IgnoreFileName returns the name for ignore files in
|
||||
// packages. It can be overridden by tools using this library.
|
||||
var GetIgnoreFileName = func() string {
|
||||
var IgnoreFileName = func() string {
|
||||
return ".krmignore"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user