mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
Fixed: air ignore web directory
This commit is contained in:
parent
46709dbe5e
commit
f276f5e870
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user