1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-12 07:26:06 +02:00
gitea/.air.conf

10 lines
283 B
Plaintext
Raw Normal View History

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"]