You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
386 B
18 lines
386 B
root = "." |
|
tmp_dir = "tmp" |
|
|
|
[build] |
|
cmd = "go build -o ./tmp/main.exe ." |
|
bin = "./tmp/main.exe" |
|
full_bin = "Start-Process -FilePath './tmp/main.exe' -Wait -NoNewWindow" # PowerShell专用 |
|
include_ext = ["go", "tpl", "tmpl", "html"] |
|
exclude_dir = ["assets", "tmp", "vendor", "docs"] |
|
|
|
[log] |
|
time = true |
|
|
|
[misc] |
|
clean_on_exit = true |
|
|
|
[windows] |
|
filter_extension = ["exe", "dll", "so", "a"] |