mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 01:03:39 +01:00
de61816623
As of https://github.com/cosmtrek/air/pull/90, the preferred file extension is .toml. The file format was always toml itself.
10 lines
283 B
TOML
10 lines
283 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"]
|