diff --git a/.air.toml b/.air.toml index 9e2cfaa..f4a74cf 100644 --- a/.air.toml +++ b/.air.toml @@ -7,7 +7,7 @@ args_bin = [] bin = "./tmp/main" cmd = "go build -o ./tmp/main ." delay = 1000 -exclude_dir = ["assets", "tmp", "vendor", "testdata"] +exclude_dir = ["assets", "tmp", "vendor", "testdata", ".temp"] exclude_file = [] exclude_regex = ["_test.go"] exclude_unchanged = false diff --git a/.gitignore b/.gitignore index e5d6558..cd7593f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ tmp/**/* +.temp/**/*