mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
e079145373
commit
c260cb28a9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue