exclude directories from watching for DEV container rebuild

This commit is contained in:
2026-01-02 10:21:29 +01:00
parent f1d4ac1c4d
commit 0faa17737e
+1 -1
View File
@@ -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