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

4
raw.go
View File

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