Skip to content

Commit ea4c431

Browse files
committed
Remove node_modules references.
1 parent ff38b8a commit ea4c431

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;node_modules\**</DefaultItemExcludes>
5+
<DefaultItemExcludes>$(DefaultItemExcludes);.git*</DefaultItemExcludes>
66
</PropertyGroup>
77

88
<PropertyGroup>
@@ -20,8 +20,6 @@
2020
<ItemGroup>
2121
<None Include="Readme.md" />
2222
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
23-
<None Remove="node_modules\**" />
24-
<None Remove="Tests\**" />
2523
<Content Include="Recipes\**">
2624
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2725
<PackageCopyToOutput>true</PackageCopyToOutput>

0 commit comments

Comments
 (0)