From 0faa17737ece24bb5607ef5ecd6b7539382ef65d Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 2 Jan 2026 10:21:29 +0100 Subject: [PATCH] exclude directories from watching for DEV container rebuild --- backend/.air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.air.toml b/backend/.air.toml index 2b34da9..2ef88a4 100644 --- a/backend/.air.toml +++ b/backend/.air.toml @@ -7,7 +7,7 @@ tmp_dir = "tmp" bin = "./tmp/main" cmd = "go build -o ./tmp/main ./cmd/main.go" delay = 1000 - exclude_dir = ["assets", "tmp", "vendor", "testdata", "uploads"] + exclude_dir = ["assets", "tmp", "vendor", "testdata", "uploads", "transfer/xporttemp", "export_temp"] exclude_file = [] exclude_regex = ["_test.go"] exclude_unchanged = false