From: David Else <12832280+David-Else@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:53:18 +0000 (+0100) Subject: Add exclusion for helix .bck files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c260cb28a9fe3d391530ecd9011ce6ed927f57f8;p=brevno-suite%2Fhugo Add exclusion for helix .bck files Updates #12677 --- diff --git a/commands/hugobuilder.go b/commands/hugobuilder.go index 15373d8c6..d15d47326 100644 --- a/commands/hugobuilder.go +++ b/commands/hugobuilder.go @@ -779,6 +779,7 @@ func (c *hugoBuilder) handleEvents(watcher *watcher.Batcher, istemp := strings.HasSuffix(ext, "~") || (ext == ".swp") || // vim (ext == ".swx") || // vim + (ext == ".bck") || // helix (ext == ".tmp") || // generic temp file (ext == ".DS_Store") || // OSX Thumbnail baseName == "4913" || // vim