dotnet new gitignore code example
Example 1: asp.net core .gitignore
// To create a .gitignore
// Use your terminal with command:
dotnet new gitignore
Example 2: gitignore dotnet mvc
# same command for all dotnet applications
dotnet new gitignore