Skip to content

Commit 01b22c3

Browse files
committed
Add default excludes to globs
1 parent 2515787 commit 01b22c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/StyleCop.Analyzers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<None Include="**\*.md" />
38-
<None Include="**\*.json" />
37+
<None Include="**\*.md" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
38+
<None Include="**\*.json" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
3939
</ItemGroup>
4040

4141
</Project>

0 commit comments

Comments
 (0)