mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
273a68400f
commit
b5030782ae
1 changed files with 2 additions and 2 deletions
|
@ -749,11 +749,11 @@ func NewWatcher(port int) error {
|
||||||
filepath.Base(ev.Name) == "4913" ||
|
filepath.Base(ev.Name) == "4913" ||
|
||||||
strings.HasPrefix(ext, ".goutputstream") ||
|
strings.HasPrefix(ext, ".goutputstream") ||
|
||||||
strings.HasSuffix(ext, "jb_old___") ||
|
strings.HasSuffix(ext, "jb_old___") ||
|
||||||
strings.HasSuffix(ext, "jb_bak___")
|
strings.HasSuffix(ext, "jb_bak___") ||
|
||||||
|
strings.HasPrefix(ext, ".sb-")
|
||||||
if istemp {
|
if istemp {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sometimes during rm -rf operations a '"": REMOVE' is triggered. Just ignore these
|
// Sometimes during rm -rf operations a '"": REMOVE' is triggered. Just ignore these
|
||||||
if ev.Name == "" {
|
if ev.Name == "" {
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue