.NET Core template which adds .gitgnore files to your project.
Template Build | .gitignore Updates | Nuget.org Release |
---|---|---|
To use the template you need to install the corresponding NuGet package on your system.
dotnet new -i paule96.DotNetTemplate.GitIgnore
- Get a list of available .gitignore templates
dotnet new ignore --help
- Add .gitignore to your project (where -ig is the gitignore file of your choice)
dotnet new ignore -ig VisualStudio
Follow theese steps to buidl the template from scratch on your own.
-
Open this project in VSCode and run the "Build Template" command from the launch.json.
-
Add the build result as template to your dotnet cli:
dotnet new -i .\src\paule96.DotNetTemplate.GitIgnore.Build\bin\paule96.DotNetTemplate.GitIgnore\
This project is licensed under the MIT License - see the LICENSE file for details