fix/ignored image files

This commit is contained in:
SowinskiBraeden committed 2025-05-10 12:00:03 -07:00
1 parent 3fcf24c4c9
commit 09c7346852
1 file changed
+4
+4
View File
@@ -10,6 +10,10 @@ import shutil
IGNORED: List[str] = [
"node_modules/",
".min.",
".png",
".jpg",
".webp",
".ico",
"bootstrap/",
".history/",
"package-lock.json",