Skip to content

Commit

Permalink
Merge pull request #43 from Lombiq/issue/SITE-63
Browse files Browse the repository at this point in the history
SITE-63: Excluding Deployment folder
  • Loading branch information
wAsnk authored May 31, 2024
2 parents aa0ba64 + 122bd77 commit 08bb168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Themes/Sample.Theme/Sample.Theme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;node_modules\**</DefaultItemExcludes>
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;node_modules\**;Deployment\**</DefaultItemExcludes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 08bb168

Please sign in to comment.