From 0c5ea19beead5333b266116a88acdf430caa02ed Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Sat, 10 May 2025 12:05:38 -0700 Subject: [PATCH] fix/ignore svg files --- insights.py | 1 + 1 file changed, 1 insertion(+) diff --git a/insights.py b/insights.py index e003fcd..663ede6 100755 --- a/insights.py +++ b/insights.py @@ -14,6 +14,7 @@ IGNORED: List[str] = [ ".jpg", ".webp", ".ico", + ".svg", "bootstrap/", ".history/", "package-lock.json",