SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Let devs specify files to ignore when deploying or zipping a mod

Pathoschild opened this issue ยท 1 comments

commented

Let developers specify filename regex patterns to ignore when the mod build config package deploys or zips a mod. These should be ignored even if they would normally be added automatically. For example, this would be useful when developing a content pack in Visual Studio:

<ItemGroup>
   <IgnoreModFilePatterns>ModName\.dll, ModName\.pdb</IgnoreModFilePatterns>
</ItemGroup>
commented

Done in develop for the upcoming SMAPI 2.6 beta 18.