Skip to content

Gitattributes template creates wrong filename #49077

@victorfrye

Description

@victorfrye

Describe the bug

Running the dotnet new gitattributes command generates a file named .gitattrbutes which does not match the expected file for Gitattributes. It's missing an i. This is due to a bad filename in the template and should be an easy fix.

To Reproduce

This behavior is easy to see by running the dotnet new gitattributes command.

Exceptions (if any)

n/a

Further technical details

Relevant dotnet --info:

.NET SDK:
 Version:           10.0.100-preview.4.25258.110
 Commit:            c22dcd0c7a
 Workload version:  10.0.100-manifests.e9b6aa6e
 MSBuild version:   17.15.0-preview-25258-110+c22dcd0c7

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.26120
 OS Platform: Windows
 RID:         win-x64
 Base Path:   C:\Program Files\dotnet\sdk\10.0.100-preview.4.25258.110\

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions