root = "." tmp_dir = "tmp" [build] bin = "./tmp/main" cmd = "go build -o ./tmp/main ." delay = 1000 exclude_dir = ["tmp", "build", "dist", "vendor", "web"] exclude_regex = ["_test.go$"] include_ext = ["go", "yaml"] kill_delay = "0s" send_interrupt = true stop_on_error = true [log] time = false [misc] clean_on_exit = true