update ignored list

This commit is contained in:
SowinskiBraeden committed 2025-05-19 11:00:30 -07:00
1 parent acd3ab4b66
commit d3e3da6739
1 file changed
+6
+6
View File
@@ -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