5 lines
170 B
TOML
5 lines
170 B
TOML
|
[build]
|
||
|
bin = "tmp/godash"
|
||
|
cmd = "go build -o tmp/godash cmd/godash/godash.go"
|
||
|
exclude_dir = [".gitlab", "docker", "scripts", "node_modules", "static", "storage", "tmp"]
|