Don't autobuild for cmd changes
This commit is contained in:
parent
b254472dcd
commit
bbbc06583a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ tmp_dir = "tmp"
|
|||
bin = "./tmp/nidus-sync"
|
||||
cmd = "go build -o ./tmp/nidus-sync ."
|
||||
delay = 1000
|
||||
exclude_dir = ["templates", "static", "tmp"]
|
||||
exclude_dir = ["templates", "static", "cmd", "tmp"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_unchanged = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue