From ef99e752735d2c142a425f2b8e5e96979cfe8bb3 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Tue, 29 Apr 2025 09:47:25 -0700 Subject: [PATCH] update ignored keywords --- insights.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/insights.py b/insights.py index e35742d..731d255 100755 --- a/insights.py +++ b/insights.py @@ -12,7 +12,11 @@ IGNORED: List[str] = [ ".min.", "bootstrap/", ".history/", -] + "package-lock.json", + "/@", + "eslint-plugin", + "...", # It is possible someone has so many sub folders and such a long file name it gets ignored +] # git log --stat kinda sucks that it doesnt always show the full folder path urls: Dict[str, str] = {} with open("urls.json", "r") as file: