Fixed: air ignore web directory

This commit is contained in:
Aleksandr Soloshenko 2023-11-15 16:16:39 +07:00
parent 46709dbe5e
commit f276f5e870

View File

@ -6,7 +6,7 @@ tmp_dir = "tmp"
bin = "tmp/main.exe"
cmd = "go build -o ./tmp/main.exe ./cmd/sms-gateway"
delay = 1000
exclude_dir = ["api", "assets", "tmp", "vendor", "testdata", "tmp"]
exclude_dir = ["api", "assets", "tmp", "vendor", "testdata", "tmp", "web"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false