Update ModScanner.cs
Add a few more files to the ignored files like .7z
This commit is contained in:
parent
e7d29a2f7d
commit
715b9b09ba
|
@ -45,10 +45,14 @@ namespace StardewModdingAPI.Toolkit.Framework.ModScanning
|
||||||
".png",
|
".png",
|
||||||
".psd",
|
".psd",
|
||||||
".tif",
|
".tif",
|
||||||
|
".xcf", // gimp files
|
||||||
|
|
||||||
// archives
|
// archives
|
||||||
".rar",
|
".rar",
|
||||||
".zip",
|
".zip",
|
||||||
|
".7z",
|
||||||
|
".tar",
|
||||||
|
".tar.gz"
|
||||||
|
|
||||||
// backup files
|
// backup files
|
||||||
".backup",
|
".backup",
|
||||||
|
|
Loading…
Reference in New Issue