mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-10 13:12:05 -04:00
parent
e079145373
commit
c260cb28a9
@ -779,6 +779,7 @@ func (c *hugoBuilder) handleEvents(watcher *watcher.Batcher,
|
|||||||
istemp := strings.HasSuffix(ext, "~") ||
|
istemp := strings.HasSuffix(ext, "~") ||
|
||||||
(ext == ".swp") || // vim
|
(ext == ".swp") || // vim
|
||||||
(ext == ".swx") || // vim
|
(ext == ".swx") || // vim
|
||||||
|
(ext == ".bck") || // helix
|
||||||
(ext == ".tmp") || // generic temp file
|
(ext == ".tmp") || // generic temp file
|
||||||
(ext == ".DS_Store") || // OSX Thumbnail
|
(ext == ".DS_Store") || // OSX Thumbnail
|
||||||
baseName == "4913" || // vim
|
baseName == "4913" || // vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user