diff --git a/misc/git/total.go b/misc/git/total.go index 4b5cfbca..e7097650 100644 --- a/misc/git/total.go +++ b/misc/git/total.go @@ -50,7 +50,7 @@ func init() { defer web.ToastProcess(m)() from, days, commit, adds, dels, rest := "", 0, 0, 0, 0, 0 TableGo(ReposList(m.Spawn()), func(value ice.Maps, lock *task.Lock) { - if kit.IsIn(value[REPOS], "websocket", "go-qrcode", "go-git", "icons", "geoarea") { + if kit.IsIn(value[REPOS], "websocket", "go-qrcode", "go-git", "icons", "geoarea", "program", "node_modules") { return } msg := m.Cmd("_sum", value[nfs.PATH], mdb.TOTAL, "10000")