2020-07-27 14:05:42 -04:00
|
|
|
root = "."
|
|
|
|
tmp_dir = ".air"
|
|
|
|
|
|
|
|
[build]
|
|
|
|
cmd = "make backend"
|
|
|
|
bin = "gitea"
|
|
|
|
include_ext = ["go", "tmpl"]
|
2023-04-22 14:53:00 -04:00
|
|
|
include_file = ["main.go"]
|
2022-12-27 01:00:34 -05:00
|
|
|
include_dir = ["cmd", "models", "modules", "options", "routers", "services"]
|
2023-04-22 14:53:00 -04:00
|
|
|
exclude_dir = ["modules/git/tests", "services/gitdiff/testdata", "modules/avatar/testdata", "models/fixtures", "models/migrations/fixtures", "modules/migration/file_format_testdata", "modules/avatar/identicon/testdata"]
|
2022-08-14 17:22:09 -04:00
|
|
|
exclude_regex = ["_test.go$", "_gen.go$"]
|