Exclude build script from .NET solution view

This commit is contained in:
Thorsten Sommer 2024-05-19 12:32:42 +02:00
parent 2f23a6fd00
commit 6056d1ac36
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -26,6 +26,7 @@
<ItemGroup> <ItemGroup>
<!-- Remove launchSettings.json from the project --> <!-- Remove launchSettings.json from the project -->
<None Remove="Properties\launchSettings.json" /> <None Remove="Properties\launchSettings.json" />
<None Remove="build.nu" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>