From 8475a1011981fbb9050b8eb3d8850b8409e77ef6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:29:32 +0000 Subject: [PATCH 1/3] Initial plan From 061ada97e71c6a2bb994534406d21e31706db88f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:32:17 +0000 Subject: [PATCH 2/3] Add gitignore template to preinstalled templates table Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com> --- docs/core/tools/dotnet-new-sdk-templates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/tools/dotnet-new-sdk-templates.md b/docs/core/tools/dotnet-new-sdk-templates.md index 32bd48a574161..c5709f6c8f3ed 100644 --- a/docs/core/tools/dotnet-new-sdk-templates.md +++ b/docs/core/tools/dotnet-new-sdk-templates.md @@ -40,6 +40,7 @@ The following table shows the templates that come preinstalled with the .NET SDK | Directory.Build.targets file | [`buildtargets`](#buildtargets) | | Config | 8.0.100 | | Dotnet local tool manifest file | `tool-manifest` | | Config | 3.0 | | EditorConfig file | [`editorconfig`](#editorconfig) | | Config | 6.0 | +| .gitignore file | gitignore | | Config | 3.0 | | global.json file | [`globaljson`](#globaljson) | | Config | 2.0 | | MSTest Test Class | [`mstest-class`](#mstest-class) | [C#], F#, VB | Test/MSTest | 1.0 | | MSTest Test Project | [`mstest`](#mstest) | [C#], F#, VB | Test/MSTest | 1.0 | From c54003c21f55ecc039673123abdb50f613ab1cee Mon Sep 17 00:00:00 2001 From: "Meaghan Osagie (Lewis)" Date: Wed, 10 Dec 2025 10:17:19 -0800 Subject: [PATCH 3/3] Update docs/core/tools/dotnet-new-sdk-templates.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/core/tools/dotnet-new-sdk-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-new-sdk-templates.md b/docs/core/tools/dotnet-new-sdk-templates.md index c5709f6c8f3ed..e63038f4692dc 100644 --- a/docs/core/tools/dotnet-new-sdk-templates.md +++ b/docs/core/tools/dotnet-new-sdk-templates.md @@ -40,7 +40,7 @@ The following table shows the templates that come preinstalled with the .NET SDK | Directory.Build.targets file | [`buildtargets`](#buildtargets) | | Config | 8.0.100 | | Dotnet local tool manifest file | `tool-manifest` | | Config | 3.0 | | EditorConfig file | [`editorconfig`](#editorconfig) | | Config | 6.0 | -| .gitignore file | gitignore | | Config | 3.0 | +| .gitignore file | `gitignore` | | Config | 3.0 | | global.json file | [`globaljson`](#globaljson) | | Config | 2.0 | | MSTest Test Class | [`mstest-class`](#mstest-class) | [C#], F#, VB | Test/MSTest | 1.0 | | MSTest Test Project | [`mstest`](#mstest) | [C#], F#, VB | Test/MSTest | 1.0 |