ignore public

This commit is contained in:
Zeni Kim 2025-03-26 21:39:24 -05:00
parent 12c0ad3cd1
commit 03d04bbf43

View file

@ -47,6 +47,7 @@ goffee run:dev
pwd+"/tmp",
pwd+"/.git",
pwd+"/storage/sqlite",
pwd+"/storage/public",
)
w.FilterOps(watcher.Rename, watcher.Move, watcher.Create, watcher.Write)
if err := w.AddRecursive(pwd); err != nil {