update ignored list
This commit is contained in:
1 file changed
+6
@@ -12,9 +12,12 @@ IGNORED: List[str] = [
|
|||||||
".min.",
|
".min.",
|
||||||
".png",
|
".png",
|
||||||
".jpg",
|
".jpg",
|
||||||
|
".jpeg",
|
||||||
".webp",
|
".webp",
|
||||||
".ico",
|
".ico",
|
||||||
".svg",
|
".svg",
|
||||||
|
".mp3",
|
||||||
|
".mp4",
|
||||||
"bootstrap/",
|
"bootstrap/",
|
||||||
".history/",
|
".history/",
|
||||||
"package-lock.json",
|
"package-lock.json",
|
||||||
@@ -25,6 +28,9 @@ IGNORED: List[str] = [
|
|||||||
"eslint-plugin",
|
"eslint-plugin",
|
||||||
".yy",
|
".yy",
|
||||||
"lowercased-schools.json", # DTC-07 10k+ list of schools
|
"lowercased-schools.json", # DTC-07 10k+ list of schools
|
||||||
|
"schools.json",
|
||||||
|
"school.json",
|
||||||
|
"cleaned-schools.json",
|
||||||
"Ladder2800.js", # BBY06 - Auto generated code detected. please dont rename this file at all.
|
"Ladder2800.js", # BBY06 - Auto generated code detected. please dont rename this file at all.
|
||||||
".geojson", # Group has thousands of data points in a .geojson file
|
".geojson", # Group has thousands of data points in a .geojson file
|
||||||
"...", # It is possible someone has so many sub folders and such a long file name it gets ignored
|
"...", # It is possible someone has so many sub folders and such a long file name it gets ignored
|
||||||
|
|||||||
Reference in new issue
Block a user