House Cleaning
This commit is contained in:
26
Rename/.vscode/appsettings.example.json
vendored
26
Rename/.vscode/appsettings.example.json
vendored
@ -82,12 +82,32 @@
|
||||
"xxxRootDirectory": "D:/1-Images-A/Images-dd514b88/Facebook/2023.3 Facebook",
|
||||
"RootDirectory": "D:/7-Question/California",
|
||||
"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",
|
||||
@ -103,7 +123,9 @@
|
||||
".tiff",
|
||||
".TIFF",
|
||||
".tif",
|
||||
".TIF"
|
||||
".TIF",
|
||||
".webp",
|
||||
".WEBP"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user