summaryrefslogtreecommitdiffstats
path: root/.air.conf
diff options
context:
space:
mode:
Diffstat (limited to '.air.conf')
-rw-r--r--.air.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/.air.conf b/.air.conf
new file mode 100644
index 0000000000..7b5a5cb86a
--- /dev/null
+++ b/.air.conf
@@ -0,0 +1,9 @@
+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"]