From c260cb28a9fe3d391530ecd9011ce6ed927f57f8 Mon Sep 17 00:00:00 2001 From: David Else <12832280+David-Else@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:53:18 +0100 Subject: [PATCH] Add exclusion for helix .bck files Updates #12677 --- commands/hugobuilder.go | 1 + 1 file changed, 1 insertion(+) 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