dotnet / templating

This repo contains the Template Engine which is used by dotnet new
https://docs.microsoft.com/dotnet/
MIT License
1.63k stars 369 forks source link

add Vim swap files to default .gitignore template #5048

Open mrj001 opened 2 years ago

mrj001 commented 2 years ago

Please consider adding the line "*.swp" to the default .gitignore template. It ignores vim swap files.

vlada-shubina commented 2 years ago

@baronfel is it something we can still do for .NET 7?

vlada-shubina commented 1 year ago

Consider PR to https://github.com/github/gitignore/blob/main/VisualStudio.gitignore and if it gets approved, sync the template in dotnet/sdk.

GangWang01 commented 1 year ago

For the template we maintain, it's already done by PR https://github.com/dotnet/sdk/pull/29866. Now it needs to sync this change to https://github.com/github/gitignore/blob/main/VisualStudio.gitignore.