mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-10 04:59:15 -04:00
hugolib: Add default config for ignoreFiles
This commit is contained in:
parent
cff2f31334
commit
42f4ce15a9
@ -112,4 +112,5 @@ func loadDefaultSettingsFor(v *viper.Viper) {
|
|||||||
v.SetDefault("defaultContentLanguageInSubdir", false)
|
v.SetDefault("defaultContentLanguageInSubdir", false)
|
||||||
v.SetDefault("enableMissingTranslationPlaceholders", false)
|
v.SetDefault("enableMissingTranslationPlaceholders", false)
|
||||||
v.SetDefault("enableGitInfo", false)
|
v.SetDefault("enableGitInfo", false)
|
||||||
|
v.SetDefault("ignoreFiles", make([]string, 0))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user