Skip to content

Commit

Permalink
fix: ignore .git folder from hot reloading when running keel run (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
RutZap authored Mar 20, 2024
1 parent ede1f07 commit 184760b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/program/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ func StartWatcher(dir string, ch chan tea.Msg, filter []string) tea.Cmd {
ignored := []string{
"node_modules/",
".build/",
".git/",
}

w.AddFilterHook(func(info os.FileInfo, fullPath string) error {
Expand Down

0 comments on commit 184760b

Please sign in to comment.