Merge pull request #873 from atravita-mods/patch-1

Ignore more file extensions when scanning for mods
This commit is contained in:
Jesse Plamondon-Willard 2022-10-08 18:14:32 -04:00 committed by GitHub
commit 4323758c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -45,10 +45,14 @@ namespace StardewModdingAPI.Toolkit.Framework.ModScanning
".png",
".psd",
".tif",
".xcf", // gimp files
// archives
".rar",
".zip",
".7z",
".tar",
".tar.gz"
// backup files
".backup",