Ignore log files

pull/7950/head
Halil ibrahim Kalkan 6 years ago
parent 015c9ca745
commit 37c0b5e2e5

@ -4,6 +4,11 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Logs\**" />
<None Remove="Logs\**" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

Loading…
Cancel
Save