From 4df3d2a5b4b4763b3a472676ac11754ad595a2e9 Mon Sep 17 00:00:00 2001 From: shy Date: Wed, 13 Dec 2023 09:49:12 +0800 Subject: [PATCH] add some --- misc/git/total.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")