Skip to content

Commit c260cb2

Browse files
authored
Add exclusion for helix .bck files
Updates #12677
1 parent e079145 commit c260cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/hugobuilder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ func (c *hugoBuilder) handleEvents(watcher *watcher.Batcher,
779779
istemp := strings.HasSuffix(ext, "~") ||
780780
(ext == ".swp") || // vim
781781
(ext == ".swx") || // vim
782+
(ext == ".bck") || // helix
782783
(ext == ".tmp") || // generic temp file
783784
(ext == ".DS_Store") || // OSX Thumbnail
784785
baseName == "4913" || // vim

0 commit comments

Comments
 (0)