1
0
Fork 0
forked from goffee/goffee

add sqlite to ignore watcher

This commit is contained in:
Zeni Kim 2024-10-24 17:08:22 -05:00
parent c4a9bd8a01
commit fc32c09fa4

View file

@ -45,6 +45,8 @@ goffee run:dev
w.Ignore(
pwd+"/logs/app.log",
pwd+"/tmp",
pwd+"/.git",
pwd+"/storage/sqlite",
)
w.FilterOps(watcher.Rename, watcher.Move, watcher.Create, watcher.Write)
if err := w.AddRecursive(pwd); err != nil {