From 581ad086e3b14527da0a50f1b5abb52d95368f3d Mon Sep 17 00:00:00 2001 From: Winter Date: Wed, 13 Aug 2025 13:01:03 -0400 Subject: [PATCH] .air/appview: exclude nix/ Even though nothing in this folder would match the extensions we watch, probably makes sense to not even waste the cycles doing so. Signed-off-by: Winter --- .air/appview.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air/appview.toml b/.air/appview.toml index 877f17ce..af4835bb 100644 --- a/.air/appview.toml +++ b/.air/appview.toml @@ -5,4 +5,4 @@ root = "." exclude_regex = [".*_templ.go"] include_ext = ["go", "templ", "html", "css"] -exclude_dir = ["target", "atrium"] +exclude_dir = ["target", "atrium", "nix"] -- 2.51.2