mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugolib: Add default config for ignoreFiles
This commit is contained in:
parent
cff2f31334
commit
42f4ce15a9
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue