Skip to content

Commit

Permalink
exclude node_modules (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
arafays authored Dec 6, 2024
1 parent 4af9a88 commit bd980e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/template/framework/files/air.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tmp_dir = "tmp"
bin = {{if .OSCheck.UnixBased }}"./main"{{ else }}".\\main.exe"{{ end }}
cmd = "make build"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
exclude_dir = ["assets", "tmp", "vendor", "testdata", "node_modules"]
exclude_file = []
exclude_regex = ["_test.go"{{if .AdvancedOptions.htmx}}, ".*_templ.go"{{end}}]
exclude_unchanged = false
Expand Down

0 comments on commit bd980e6

Please sign in to comment.