Save custom .gitignore template for new projects
When creating repositories for C# .NET applications, there is no default .gitignore template available in the 'git init' wizard. Either adding support for C#, or allowing users to add their own custom .gitignore templates to the dialog would help alleviate this issue.
Comments: 1
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
07 Mar, '25
SamWith most of my C# projects, I have been using the Visual Studio gitignore template in the list and that has worked well for me. I hope this helps!