From 6656337bfdc9c25c4107d35ba7d8458977aca2b8 Mon Sep 17 00:00:00 2001
From: jensilo <k@jensheise.com>
Date: Sun, 17 Dec 2023 12:48:51 +0100
Subject: [PATCH] exclude harmony from air

---
 .air.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.air.toml b/.air.toml
index 9aa9352..a17450d 100644
--- a/.air.toml
+++ b/.air.toml
@@ -7,7 +7,7 @@ tmp_dir = "tmp"
   bin = "./tmp/web"
   cmd = "go build -o ./tmp/web ./src/cmd/web/main.go"
   delay = 500
-  exclude_dir = ["assets", "tmp", "vendor", "testdata"]
+  exclude_dir = ["assets", "tmp", "vendor", "testdata", "docker"]
   exclude_file = []
   exclude_regex = ["_test.go"]
   exclude_unchanged = false
-- 
GitLab