ignore future website directory

Amolith created

Change summary

.air.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.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