There was an error while loading. Please reload this page.
1 parent cff2f31 commit 42f4ce1Copy full SHA for 42f4ce1
hugolib/config.go
@@ -112,4 +112,5 @@ func loadDefaultSettingsFor(v *viper.Viper) {
112
v.SetDefault("defaultContentLanguageInSubdir", false)
113
v.SetDefault("enableMissingTranslationPlaceholders", false)
114
v.SetDefault("enableGitInfo", false)
115
+ v.SetDefault("ignoreFiles", make([]string, 0))
116
}
0 commit comments