diff --git a/cmd/run.go b/cmd/run.go index 0ffd9a0..74f9325 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -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 {