diff --git a/.air.toml b/.air.toml index a38815ebf70e7a8b67269e18f021a97c7555fd2b..cc3f138355465c9d2d12f319b72e1dd7747cca97 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