Skip to content

Commit

Permalink
Add exclusion for helix .bck files
Browse files Browse the repository at this point in the history
Updates #12677
  • Loading branch information
David-Else authored Sep 18, 2024
1 parent e079145 commit c260cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/hugobuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c260cb2

Please sign in to comment.