air: don't rebuild on tmpl changes [skip ci]
This commit is contained in:
parent
864e2ec815
commit
24b62dad98
@ -7,7 +7,7 @@ tmp_dir = "tmp"
|
||||
args_bin = ["-devel"]
|
||||
cmd = "go mod tidy && go build -v -ldflags=\"-X main.version=$(git rev-parse --short HEAD)-air\" ."
|
||||
delay = 0
|
||||
exclude_dir = ["assets", "tmp", "vendor", "testdata", "node_modules", "static"]
|
||||
exclude_dir = ["assets", "tmp", "vendor", "testdata", "node_modules", "static", "templates"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go", "node_modules/*"]
|
||||
exclude_unchanged = false
|
||||
|
Loading…
Reference in New Issue
Block a user