mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Ignore __jb_tmp___ files created by IntelliJ
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
f8e4a0608c
commit
d1cf262b74
@ -749,6 +749,7 @@ func NewWatcher(port int) error {
|
||||
filepath.Base(ev.Name) == "4913" || // vim
|
||||
strings.HasPrefix(ext, ".goutputstream") || // gnome
|
||||
strings.HasSuffix(ext, "jb_old___") || // intelliJ
|
||||
strings.HasSuffix(ext, "jb_tmp___") || // intelliJ
|
||||
strings.HasSuffix(ext, "jb_bak___") || // intelliJ
|
||||
strings.HasPrefix(ext, ".sb-") // byword
|
||||
if istemp {
|
||||
|
Reference in New Issue
Block a user