Skip to content

dotnet tool for generating .gitignore files based on one or more templates from gitignore.io

License

Notifications You must be signed in to change notification settings

TeodorVecerdi/Vecerdi.Ignore

Repository files navigation

Vecerdi.Ignore

Nuget (with prereleases)

Generate .gitignore files for your projects based on one or more templates from gitignore.io.

Installation

dotnet tool install -g Vecerdi.Ignore

Usage

$ ignore --help

Description:
  Generate a .gitignore file based on one or more gitignore.io templates

Usage:
  ignore <ignores>... [command] [options]

Arguments:
  <ignores>  One or more gitignore.io templates to use

Options:
  -o, --output <file>  Set the output file to write the .gitignore to [default: .gitignore]
  -s, --silent         Do not output anything to the console
  --version            Show version information
  -?, -h, --help       Show help and usage information


Commands:
  list  List all available templates

Example

$ ignore rider,unity
$ ignore rider unity --output .gitignore

About

dotnet tool for generating .gitignore files based on one or more templates from gitignore.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published