Skip to content

Commit 4f1b0d5

Browse files
authored
Merge pull request #10 from Lombiq/issue/SITE-63
SITE-63: Excluding Deployment folder
2 parents 2d1c4d5 + 69c57e3 commit 4f1b0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShowOrchard.Theme/ShowOrchard.Theme.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
6-
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;node_modules\**</DefaultItemExcludes>
6+
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;node_modules\**;Deployment\**</DefaultItemExcludes>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)