root = "." tmp_dir = "tmp" [build] cmd = "go build -o ./tmp/main.exe ." bin = "./tmp/main.exe" runner = ["./tmp/main.exe"] include_ext = ["go", "tpl", "tmpl", "html"] exclude_dir = ["assets", "tmp", "vendor", "docs"] [log] time = true [misc] clean_on_exit = false clean_before_build = true [windows] filter_extension = ["exe", "dll", "so", "a"]