add ignore suffix of the listener file

main
ehlxr 2020-11-10 17:24:14 +08:00
parent 8dc1ebe6d9
commit 6a59036070
3 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ monitor:
# 不监听文件的格式,此类文件更改不会执行 command 中的命令
# .DS_Store 后缀为 .DS_Store 的文件更改,不会执行 command 中的命令
types:
exceptTypes:
- .DS_Store
# 监听的事件类型,发生此类事件才执行 command 中的命令

View File

@ -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

2
raw.go
View File

@ -34,7 +34,7 @@ monitor:
# command
# .DS_Store .DS_Store command
types:
exceptTypes:
- .DS_Store
# command