mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
hugolib: Add default config for ignoreFiles
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
cff2f31334
commit
42f4ce15a9
@@ -112,4 +112,5 @@ func loadDefaultSettingsFor(v *viper.Viper) {
|
||||
v.SetDefault("defaultContentLanguageInSubdir", false)
|
||||
v.SetDefault("enableMissingTranslationPlaceholders", false)
|
||||
v.SetDefault("enableGitInfo", false)
|
||||
v.SetDefault("ignoreFiles", make([]string, 0))
|
||||
}
|
||||
|
Reference in New Issue
Block a user