From 54c05b42c947dc861ad3b636ee1362e0f89e4927 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 20 Dec 2023 14:17:00 -0500 Subject: [PATCH] ignore future website directory --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index a38815e..cc3f138 100644 --- a/.air.toml +++ b/.air.toml @@ -9,7 +9,7 @@ tmp_dir = "tmp" bin = "./tmp/willow" cmd = "go build -o ./tmp/willow ./cmd" delay = 1000 - exclude_dir = ["assets", "tmp", "vendor", "testdata", "data"] + exclude_dir = ["assets", "tmp", "vendor", "testdata", "data", "website"] exclude_file = [] exclude_regex = ["_test.go"] exclude_unchanged = false