ignore macos attribute files

This commit is contained in:
Aaron Murgatroyd
2024-11-24 04:05:10 +10:00
parent c0a4d95c5d
commit f14965c979
40 changed files with 43 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
</PropertyGroup>
<ItemGroup>