4 lines
170 B
TOML
4 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"]
|