diff --git a/.air.toml b/.air.toml index 4a34392..d9d02d6 100644 --- a/.air.toml +++ b/.air.toml @@ -7,7 +7,7 @@ tmp_dir = "tmp" bin = "./tmp/main" cmd = "go build -o ./tmp/main ." delay = 0 - exclude_dir = ["assets", "tmp", "vendor", "testdata", "frontend/node_modules", "data", "bin"] + exclude_dir = ["assets", "tmp", "testdata", "frontend/node_modules", "data", "bin", "tools"] exclude_file = [] exclude_regex = ["_test.go"] exclude_unchanged = false