Skip to content

Commit

Permalink
hugolib: Add default config for ignoreFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseadamsio authored and bep committed May 6, 2017
1 parent cff2f31 commit 42f4ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugolib/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}

0 comments on commit 42f4ce1

Please sign in to comment.