From 0f47b04b493abffd70d6259d95ed8fefa05e235f Mon Sep 17 00:00:00 2001 From: Gusted Date: Mon, 15 Apr 2024 13:00:03 +0200 Subject: [PATCH] [CHORE] Exclude git repository testdate from watching - Add the _recently_ added Git repository for testdata to the exclusion list of air. --- .air.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.air.toml b/.air.toml index de97bd8b29..19e9a150b4 100644 --- a/.air.toml +++ b/.air.toml @@ -15,8 +15,11 @@ exclude_dir = [ "modules/avatar/testdata", "modules/git/tests", "modules/migration/file_format_testdata", + "modules/markup/tests/repo/repo1_filepreview", "routers/private/tests", "services/gitdiff/testdata", + "services/migrations/testdata", + "services/webhook/sourcehut/testdata", ] exclude_regex = ["_test.go$", "_gen.go$"] stop_on_error = true