Skip to content

Commit

Permalink
Exclude internal/database/dbgen directory from file watching and buil…
Browse files Browse the repository at this point in the history
…d process
  • Loading branch information
eduardolat committed Jul 20, 2024
1 parent 656d60e commit c882161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ root = "."
cmd = "task build"
full_bin = "task serve"
delay = 100
exclude_dir = ["tmp", "dist"]
exclude_dir = ["tmp", "dist", "internal/database/dbgen"]
exclude_file = ["internal/view/static/css/style.css"]
exclude_regex = ["_test.go", "_generated.go", ".sql.go", ".gen.go"]
include_ext = ["go", "sql", "js", "css", "json"]
Expand Down

0 comments on commit c882161

Please sign in to comment.