chore: ignore client dir when using air

This commit is contained in:
pommee
2025-06-28 12:14:10 +02:00
parent fd4785a185
commit dc3ae47cf0
+1 -9
View File
@@ -14,15 +14,7 @@ args_bin = [
"--ansi=true",
]
cmd = 'go build -o goaway -ldflags="-X main.version=0.0.0 -X main.commit=ead2d7830add26d53ecab3c907a290f0cdc1e078 -X main.date=2025-04-11T13:37:56Z" -o ./tmp/goaway .'
exclude_dir = [
"assets",
"tmp",
"vendor",
"client/dist",
"client/node_modules",
"test",
"resources",
]
exclude_dir = ["assets", "tmp", "vendor", "client", "test", "resources"]
include_ext = ["go", "tpl", "tmpl", "html", "css", "js", "jsx", "ts", "tsx"]
[color]