2020-07-27 20:05:42 +02:00
|
|
|
root = "."
|
|
|
|
tmp_dir = ".air"
|
|
|
|
|
|
|
|
[build]
|
|
|
|
cmd = "make backend"
|
|
|
|
bin = "gitea"
|
|
|
|
include_ext = ["go", "tmpl"]
|
2023-04-22 20:53:00 +02:00
|
|
|
include_file = ["main.go"]
|
2022-12-27 07:00:34 +01:00
|
|
|
include_dir = ["cmd", "models", "modules", "options", "routers", "services"]
|
2023-04-22 20:53:00 +02: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 23:22:09 +02:00
|
|
|
exclude_regex = ["_test.go$", "_gen.go$"]
|