mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 10:15:06 -04:00
Rename WatchIgnoreFiles to IgnoreFiles
Because this isn't just about server and watching. See #1189
This commit is contained in:
parent
bed227886b
commit
bec3f40359
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user