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.conf 283B

123456789
  1. root = "."
  2. tmp_dir = ".air"
  3. [build]
  4. cmd = "make backend"
  5. bin = "gitea"
  6. include_ext = ["go", "tmpl"]
  7. exclude_dir = ["modules/git/tests", "services/gitdiff/testdata", "modules/avatar/testdata"]
  8. include_dir = ["cmd", "models", "modules", "options", "routers", "services", "templates"]