update ignored files
This commit is contained in:
1 file changed
+1
@@ -15,6 +15,7 @@ IGNORED: List[str] = [
|
|||||||
"package-lock.json",
|
"package-lock.json",
|
||||||
"/@",
|
"/@",
|
||||||
"eslint-plugin",
|
"eslint-plugin",
|
||||||
|
".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
|
||||||
] # git log --stat kinda sucks that it doesnt always show the full folder path
|
] # git log --stat kinda sucks that it doesnt always show the full folder path
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user