Add more excluded dirs to air config
This commit is contained in:
parent
de78b3106a
commit
3a346e1536
11
.air.toml
11
.air.toml
|
@ -7,7 +7,16 @@ args_bin = ["-l", "0.0.0.0"]
|
||||||
bin = "./out/ytdl-web"
|
bin = "./out/ytdl-web"
|
||||||
cmd = "task build"
|
cmd = "task build"
|
||||||
delay = 1000
|
delay = 1000
|
||||||
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
|
exclude_dir = [
|
||||||
|
"assets",
|
||||||
|
"tmp",
|
||||||
|
"vendor",
|
||||||
|
"testdata",
|
||||||
|
"out",
|
||||||
|
"dist",
|
||||||
|
".trunk",
|
||||||
|
"charts",
|
||||||
|
]
|
||||||
exclude_file = []
|
exclude_file = []
|
||||||
exclude_regex = ["_test.go"]
|
exclude_regex = ["_test.go"]
|
||||||
exclude_unchanged = false
|
exclude_unchanged = false
|
||||||
|
|
Loading…
Reference in New Issue