Skip to content

Commit

Permalink
fix: ensured that gitkeep is not populated
Browse files Browse the repository at this point in the history
  • Loading branch information
bielu1 committed Apr 4, 2024
1 parent d928a5c commit 34bdb86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/bielu.cdn.ui/bielu.cdn.ui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
</ItemGroup>

<ItemGroup>
<Folder Include="generated\" />
<Folder Include="src\umbraco\" />
</ItemGroup>

Expand All @@ -28,6 +27,13 @@
<_ContentIncludedByDefault Remove="wwwroot\App_Plugins\bielu.cdn.ui\bielu.cdn.ui\lang\en-US.xml\en-US.xml" />
<_ContentIncludedByDefault Remove="wwwroot\App_Plugins\bielu.cdn.ui\bielu.cdn.ui\RefreshNodeEditor.html\RefreshNodeEditor.html" />
</ItemGroup>

<ItemGroup>
<Content Remove="wwwroot\App_Plugins\bielu.cdn.ui\.gitkeep" />
<None Include="wwwroot\App_Plugins\bielu.cdn.ui\.gitkeep" />
</ItemGroup>


<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="npm run bundle" />
</Target>
Expand Down

0 comments on commit 34bdb86

Please sign in to comment.