Skip to content

Commit

Permalink
.air.toml에서 exclude_dir 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
myeunee committed Nov 3, 2024
1 parent 4a6b851 commit 6a0d7e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed chapter15/section57/tmp/main
Binary file not shown.
2 changes: 1 addition & 1 deletion chapter16/section60/.air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin = "tmp/main"
full_bin = "APP_ENV=dev APP_USER=air ./tmp/main 80"

include_ext = ["go", "tpl", "tmpl", "html"]
exclude_dir = ["assets", "tmp", "vendor"]
exclude_dir = ["assets", "tmp", "vendor", "frontend/node_modules", "_tools", "cert", "testutil"]
exclude_regex = ["_test.go"]
exclude_unchanged = true
follow_symlink = true
Expand Down
2 changes: 1 addition & 1 deletion chapter16/section61/.air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin = "tmp/main"
full_bin = "APP_ENV=dev APP_USER=air ./tmp/main 80"

include_ext = ["go", "tpl", "tmpl", "html"]
exclude_dir = ["assets", "tmp", "vendor"]
exclude_dir = ["assets", "tmp", "vendor", "frontend/node_modules", "_tools", "cert", "testutil"]
exclude_regex = ["_test.go"]
exclude_unchanged = true
follow_symlink = true
Expand Down
2 changes: 1 addition & 1 deletion chapter16/section62/.air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin = "tmp/main"
full_bin = "APP_ENV=dev APP_USER=air ./tmp/main 80"

include_ext = ["go", "tpl", "tmpl", "html"]
exclude_dir = ["assets", "tmp", "vendor"]
exclude_dir = ["assets", "tmp", "vendor", "frontend/node_modules", "_tools", "cert", "testutil"]
exclude_regex = ["_test.go"]
exclude_unchanged = true
follow_symlink = true
Expand Down

0 comments on commit 6a0d7e2

Please sign in to comment.