Don't autobuild for cmd changes

This commit is contained in:
Eli Ribble 2026-02-12 21:05:11 +00:00
parent b254472dcd
commit bbbc06583a
No known key found for this signature in database

View file

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