Skip to content

Commit 3b8933e

Browse files
Add gitignore template to dotnet new SDK templates documentation (#50401)
* Initial plan * Add gitignore template to preinstalled templates table Co-authored-by: meaghanlewis <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: meaghanlewis <[email protected]>
1 parent ba65f7b commit 3b8933e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/tools/dotnet-new-sdk-templates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The following table shows the templates that come preinstalled with the .NET SDK
4040
| Directory.Build.targets file | [`buildtargets`](#buildtargets) | | Config | 8.0.100 |
4141
| Dotnet local tool manifest file | `tool-manifest` | | Config | 3.0 |
4242
| EditorConfig file | [`editorconfig`](#editorconfig) | | Config | 6.0 |
43+
| .gitignore file | `gitignore` | | Config | 3.0 |
4344
| global.json file | [`globaljson`](#globaljson) | | Config | 2.0 |
4445
| MSTest Test Class | [`mstest-class`](#mstest-class) | [C#], F#, VB | Test/MSTest | 1.0 |
4546
| MSTest Test Project | [`mstest`](#mstest) | [C#], F#, VB | Test/MSTest | 1.0 |

0 commit comments

Comments
 (0)