mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Ignore __jb_tmp___ files created by IntelliJ
This commit is contained in:
parent
f8e4a0608c
commit
d1cf262b74
1 changed files with 1 additions and 0 deletions
|
@ -749,6 +749,7 @@ func NewWatcher(port int) error {
|
||||||
filepath.Base(ev.Name) == "4913" || // vim
|
filepath.Base(ev.Name) == "4913" || // vim
|
||||||
strings.HasPrefix(ext, ".goutputstream") || // gnome
|
strings.HasPrefix(ext, ".goutputstream") || // gnome
|
||||||
strings.HasSuffix(ext, "jb_old___") || // intelliJ
|
strings.HasSuffix(ext, "jb_old___") || // intelliJ
|
||||||
|
strings.HasSuffix(ext, "jb_tmp___") || // intelliJ
|
||||||
strings.HasSuffix(ext, "jb_bak___") || // intelliJ
|
strings.HasSuffix(ext, "jb_bak___") || // intelliJ
|
||||||
strings.HasPrefix(ext, ".sb-") // byword
|
strings.HasPrefix(ext, ".sb-") // byword
|
||||||
if istemp {
|
if istemp {
|
||||||
|
|
Loading…
Reference in a new issue