forked from tangled.org/core
this repo has no description

.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 <winter@winter.cafe>

authored by winter.bsky.social and committed by Tangled 581ad086 cc04dc01

Changed files
+1 -1
.air
+1 -1
.air/appview.toml
··· 5 5 6 6 exclude_regex = [".*_templ.go"] 7 7 include_ext = ["go", "templ", "html", "css"] 8 - exclude_dir = ["target", "atrium"] 8 + exclude_dir = ["target", "atrium", "nix"]