ignore future website directory

This commit is contained in:
Amolith 2023-12-20 14:17:00 -05:00
parent 68be501154
commit 54c05b42c9
Signed by: Amolith
SSH Key Fingerprint: SHA256:JBKEeoO/72Fz03rtlzeO49PATFT2maMancH3opcT0h0
1 changed files with 1 additions and 1 deletions

View File

@ -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