You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.air.toml 522B

12345678910111213
  1. root = "."
  2. tmp_dir = ".air"
  3. [build]
  4. cmd = "make --no-print-directory backend"
  5. bin = "gitea"
  6. delay = 1000
  7. include_ext = ["go", "tmpl"]
  8. include_file = ["main.go"]
  9. include_dir = ["cmd", "models", "modules", "options", "routers", "services"]
  10. 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"]
  11. exclude_regex = ["_test.go$", "_gen.go$"]
  12. stop_on_error = true