diff options
author | Gusted | 2021-11-22 10:17:21 +0000 |
---|---|---|
committer | GitHub | 2021-11-22 05:17:21 -0500 |
commit | 58ff86ed4d79e22a2a17bcd852ed4faffd73a069 (patch) | |
tree | 452c21d317e67a0a7c39fbb73086643daaa3c2b3 /.air.toml | |
parent | 499b05da222deff73666f877964d5a92f0f16ac7 (diff) |
Exclude from watching tests (#17744)
Diffstat (limited to '.air.toml')
-rw-r--r-- | .air.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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$"] |