add ignore suffix of the listener file

This commit is contained in:
ehlxr 2020-11-10 17:33:45 +08:00
parent 6a59036070
commit bf4f156714

2
raw.go
View File

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