mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Rename WatchIgnoreFiles to IgnoreFiles
Because this isn't just about server and watching. See #1189
This commit is contained in:
@@ -148,7 +148,7 @@ func isNonProcessablePath(filePath string) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
ignoreFiles := viper.GetStringSlice("WatchIgnoreFiles")
|
||||
ignoreFiles := viper.GetStringSlice("IgnoreFiles")
|
||||
if len(ignoreFiles) > 0 {
|
||||
for _, ignorePattern := range ignoreFiles {
|
||||
match, _ := regexp.MatchString(ignorePattern, filePath)
|
||||
|
Reference in New Issue
Block a user