update ignored keywords
This commit is contained in:
1 file changed
+5
-1
+5
-1
@@ -12,7 +12,11 @@ IGNORED: List[str] = [
|
|||||||
".min.",
|
".min.",
|
||||||
"bootstrap/",
|
"bootstrap/",
|
||||||
".history/",
|
".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] = {}
|
urls: Dict[str, str] = {}
|
||||||
with open("urls.json", "r") as file:
|
with open("urls.json", "r") as file:
|
||||||
|
|||||||
Reference in new issue
Block a user