Let devs specify files to ignore when deploying or zipping a mod
Pathoschild opened this issue ยท 1 comments
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>