Files
Atay-Makhzan/.air.toml
T

11 lines
325 B
TOML
Raw Normal View History

2020-07-27 20:05:42 +02:00
root = "."
tmp_dir = ".air"
[build]
cmd = "make backend"
bin = "gitea"
include_ext = ["go", "tmpl"]
exclude_dir = ["modules/git/tests", "services/gitdiff/testdata", "modules/avatar/testdata"]
include_dir = ["cmd", "models", "modules", "options", "routers", "services", "templates"]
2022-08-14 21:22:09 +00:00
exclude_regex = ["_test.go$", "_gen.go$"]