Skip to content

Commit 99b10b0

Browse files
authored
📦 #146 Include and exclude correct files and folders from template creation (#149)
> 1. What triggered this change? (PBI link, Email Subject, conversation + reason, etc) #146 > 2. What was changed? Ensure the correct files and folders are included and excluded from template creation <img width="593" alt="Screenshot 2025-06-04 at 10 28 58 am" src="https://github.com/user-attachments/assets/47e3e07f-2942-4b6d-8084-f9c01a42da97" /> > 3. Did you do pair or mob programming? \- <!-- E.g. I worked with @GordonBeeming and @sethdailyssw --> <!-- Check out the relevant rules - https://www.ssw.com.au/rules/rules-to-better-pull-requests - https://www.ssw.com.au/rules/write-a-good-pull-request - https://www.ssw.com.au/rules/over-the-shoulder-prs - https://www.ssw.com.au/rules/do-you-use-co-creation-patterns -->
1 parent 745b618 commit 99b10b0

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

‎SSW.VerticalSliceArchitecture.slnx‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<Folder Name="/Solution Items/">
88
<File Path=".gitignore" />
99
<File Path="global.json" />
10-
<File Path="LICENSE" />
1110
<File Path="README.md" />
1211
<File Path="Directory.Build.props" />
1312
<File Path="Directory.Packages.props" />

‎src/WebApi/WebApi.csproj‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,4 @@
3030
<ItemGroup>
3131
<ProjectReference Include="..\ServiceDefaults\ServiceDefaults.csproj" />
3232
</ItemGroup>
33-
34-
<ItemGroup>
35-
<Content Include="templates\slice\.template.config\dotnetcli.host.json" />
36-
<Content Include="templates\slice\.template.config\icon.png" />
37-
<Content Include="templates\slice\.template.config\template.json" />
38-
</ItemGroup>
3933
</Project>

0 commit comments

Comments
 (0)