add ignore suffix of the listener file
This commit is contained in:
parent
6a59036070
commit
bf4f156714
4
raw.go
4
raw.go
@ -31,8 +31,8 @@ monitor:
|
|||||||
# .* 所有的文件更改都会执行 command 中的命令
|
# .* 所有的文件更改都会执行 command 中的命令
|
||||||
types:
|
types:
|
||||||
- .go
|
- .go
|
||||||
|
|
||||||
# 不监听文件的格式,此类文件更改不会执行 command 中的命令
|
# 不监听文件的格式,此类文件更改不会执行 command 中的命令
|
||||||
# .DS_Store 后缀为 .DS_Store 的文件更改,不会执行 command 中的命令
|
# .DS_Store 后缀为 .DS_Store 的文件更改,不会执行 command 中的命令
|
||||||
exceptTypes:
|
exceptTypes:
|
||||||
- .DS_Store
|
- .DS_Store
|
||||||
|
Loading…
Reference in New Issue
Block a user