mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
293544587c
- Don't rebuild the binary when generated files are updated, which is the case by-default when running `make watch`.
11 lines
325 B
TOML
11 lines
325 B
TOML
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"]
|
|
exclude_regex = ["_test.go$", "_gen.go$"]
|