update ignored keywords

This commit is contained in:
SowinskiBraeden committed 2025-04-29 09:47:25 -07:00
1 parent d56945a68f
commit ef99e75273
1 file changed
+5 -1
+5 -1
View File
@@ -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: