fix/ignored image files
This commit is contained in:
1 file changed
+4
@@ -10,6 +10,10 @@ import shutil
|
||||
IGNORED: List[str] = [
|
||||
"node_modules/",
|
||||
".min.",
|
||||
".png",
|
||||
".jpg",
|
||||
".webp",
|
||||
".ico",
|
||||
"bootstrap/",
|
||||
".history/",
|
||||
"package-lock.json",
|
||||
|
||||
Reference in new issue
Block a user