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