diff --git a/.air.toml b/.air.toml index c94e5f9a..3d6711fd 100644 --- a/.air.toml +++ b/.air.toml @@ -7,7 +7,7 @@ tmp_dir = "tmp" bin = "./tmp/nidus-sync" cmd = "go build -o ./tmp/nidus-sync ." delay = 1000 - exclude_dir = ["templates", "static", "tmp"] + exclude_dir = ["templates", "static", "cmd", "tmp"] exclude_file = [] exclude_regex = ["_test.go"] exclude_unchanged = false