From 3a346e1536512451644bb0837e59c06d8b04e03f Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Sat, 15 Apr 2023 20:18:30 -0400 Subject: [PATCH] Add more excluded dirs to air config --- .air.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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