add ignore suffix of the listener file
This commit is contained in:
parent
8dc1ebe6d9
commit
6a59036070
@ -98,7 +98,7 @@ monitor:
|
||||
|
||||
# 不监听文件的格式,此类文件更改不会执行 command 中的命令
|
||||
# .DS_Store 后缀为 .DS_Store 的文件更改,不会执行 command 中的命令
|
||||
types:
|
||||
exceptTypes:
|
||||
- .DS_Store
|
||||
|
||||
# 监听的事件类型,发生此类事件才执行 command 中的命令
|
||||
|
@ -95,7 +95,7 @@ monitor:
|
||||
|
||||
# ignore the suffix of the listener file, which changes the file not to execute commands
|
||||
# .DS_Store file changes suffixed with .go not execute commands
|
||||
types:
|
||||
exceptTypes:
|
||||
- .DS_Store
|
||||
|
||||
# the type of event to listen to. Only when such an event occurs can the command in command be executed
|
||||
|
Loading…
Reference in New Issue
Block a user