diff --git a/.air.toml b/.air.toml index c1bffa2..e518e7d 100644 --- a/.air.toml +++ b/.air.toml @@ -7,7 +7,16 @@ args_bin = ["-l", "0.0.0.0"] bin = "./out/ytdl-web" cmd = "task build" delay = 1000 -exclude_dir = ["assets", "tmp", "vendor", "testdata"] +exclude_dir = [ + "assets", + "tmp", + "vendor", + "testdata", + "out", + "dist", + ".trunk", + "charts", +] exclude_file = [] exclude_regex = ["_test.go"] exclude_unchanged = false