aboutsummaryrefslogtreecommitdiff
path: root/.air.toml
diff options
context:
space:
mode:
authorGusted2021-11-22 10:17:21 +0000
committerGitHub2021-11-22 05:17:21 -0500
commit58ff86ed4d79e22a2a17bcd852ed4faffd73a069 (patch)
tree452c21d317e67a0a7c39fbb73086643daaa3c2b3 /.air.toml
parent499b05da222deff73666f877964d5a92f0f16ac7 (diff)
Exclude from watching tests (#17744)
Diffstat (limited to '.air.toml')
-rw-r--r--.air.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.air.toml b/.air.toml
index 7b5a5cb86..4b3297fc1 100644
--- a/.air.toml
+++ b/.air.toml
@@ -7,3 +7,4 @@ 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"]
+exclude_regex = ["_test.go$"]