From 8a845fd93bfa2aa7d08a7fa2224dfd9b5deba8d9 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Wed, 11 Mar 2026 23:50:06 +0900 Subject: [PATCH] air: exclude site dir Signed-off-by: Seongmin Lee --- .air/appview.toml | 2 +- .air/knot.toml | 2 +- .air/spindle.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.air/appview.toml b/.air/appview.toml index 23e91712..3ded6387 100644 --- a/.air/appview.toml +++ b/.air/appview.toml @@ -6,5 +6,5 @@ cmd = "go build -o out/appview.out cmd/appview/main.go" bin = "out/appview.out" include_ext = ["go"] -exclude_dir = ["avatar", "camo", "indexes", "nix", "tmp"] +exclude_dir = ["avatar", "camo", "sites", "indexes", "nix", "tmp"] stop_on_error = true diff --git a/.air/knot.toml b/.air/knot.toml index f39381bc..32cacef9 100644 --- a/.air/knot.toml +++ b/.air/knot.toml @@ -7,5 +7,5 @@ bin = "out/knot.out" args_bin = ["server"] include_ext = ["go"] -exclude_dir = ["avatar", "camo", "indexes", "nix", "tmp"] +exclude_dir = ["avatar", "camo", "sites", "indexes", "nix", "tmp"] stop_on_error = true diff --git a/.air/spindle.toml b/.air/spindle.toml index 87a32617..d224a7ba 100644 --- a/.air/spindle.toml +++ b/.air/spindle.toml @@ -6,5 +6,5 @@ cmd = "go build -o out/spindle.out cmd/spindle/main.go" bin = "out/spindle.out" include_ext = ["go"] -exclude_dir = ["avatar", "camo", "indexes", "nix", "tmp"] +exclude_dir = ["avatar", "camo", "sites", "indexes", "nix", "tmp"] stop_on_error = true -- 2.51.2