projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bed2278
)
Rename WatchIgnoreFiles to IgnoreFiles
author
bep
<bjorn.erik.pedersen@gmail.com>
Wed, 3 Jun 2015 11:45:52 +0000
(13:45 +0200)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Wed, 3 Jun 2015 11:45:52 +0000
(13:45 +0200)
Because this isn't just about server and watching.
See #1189
source/filesystem.go
patch
|
blob
|
history
diff --git
a/source/filesystem.go
b/source/filesystem.go
index 4565c7f48727d870073cbc89337abe0c4207b2b6..7242d1dfc5b9af048be7fe3da9ec52f3849caa65 100644
(file)
--- a/
source/filesystem.go
+++ b/
source/filesystem.go
@@
-148,7
+148,7
@@
func isNonProcessablePath(filePath string) bool {
return true
}
- ignoreFiles := viper.GetStringSlice("
Watch
IgnoreFiles")
+ ignoreFiles := viper.GetStringSlice("IgnoreFiles")
if len(ignoreFiles) > 0 {
for _, ignorePattern := range ignoreFiles {
match, _ := regexp.MatchString(ignorePattern, filePath)