Skip to content
Prev Previous commit
Revert MEAI.Templates change. Make launchSettings .gitignore more spe…
…cific.
  • Loading branch information
jeffhandley committed Nov 11, 2025
commit 69c3bcf03fc7cf1a06c78e68c55add792dacd53d
2 changes: 1 addition & 1 deletion src/ProjectTemplates/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package-lock.json
*/src/**/ingestioncache.*

# The project templates include hard-coded launchSettings.json files
!*/src/**/Properties/launchSettings.json
!*/src/ProjectTemplates/**/Properties/launchSettings.json

# Templates include JS dependencies in dist folders.
!**/dist/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@

<ItemGroup>
<Compile Include="..\Infrastructure\*.cs" Link="Infrastructure\%(Filename)%(Extension)" />
<Compile Remove="ExecutionTestSandbox\**" />

<Compile Remove="Snapshots\**\*.*" />
<None Include="Snapshots\**\*.*" />

<Compile Remove="ExecutionTestSandbox\**\*.*" />
<None Include="ExecutionTestSandbox\**\*.*" />
<Content Remove="ExecutionTestSandbox\**\*.*" />
<EmbeddedResource Remove="ExecutionTestSandbox\**\*.*" />

<None Include="README.md" />
</ItemGroup>
Expand Down
Loading