Add more excluded dirs to air config

This commit is contained in:
Evan Fiordeliso 2023-04-15 20:18:30 -04:00
parent de78b3106a
commit 3a346e1536
1 changed files with 10 additions and 1 deletions

View File

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