House Cleaning
This commit is contained in:
@ -68,12 +68,32 @@
|
||||
"ResultSingleton": "{}",
|
||||
"RootDirectory": "D:/Images",
|
||||
"IgnoreExtensions": [
|
||||
".ffs_db",
|
||||
".FFS_DB",
|
||||
".gif",
|
||||
".GIF",
|
||||
".html",
|
||||
".HTML",
|
||||
".ico",
|
||||
".ICO",
|
||||
".json",
|
||||
".JSON",
|
||||
".lnk",
|
||||
".LNK",
|
||||
".lsv",
|
||||
".LSV",
|
||||
".nef",
|
||||
".NEF",
|
||||
".pdf",
|
||||
".PDF"
|
||||
".PDF",
|
||||
".ts",
|
||||
".TS",
|
||||
".txt",
|
||||
".TXT",
|
||||
".webp",
|
||||
".WEBP",
|
||||
".xmp",
|
||||
".XMP"
|
||||
],
|
||||
"ValidImageFormatExtensions": [
|
||||
".bmp",
|
||||
@ -89,7 +109,9 @@
|
||||
".tiff",
|
||||
".TIFF",
|
||||
".tif",
|
||||
".TIF"
|
||||
".TIF",
|
||||
".webp",
|
||||
".WEBP"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user