git-ignore-io
Generate gitignore from templates
TLDR
Generate gitignore for language
SYNOPSIS
git ignore-io [options] templates
DESCRIPTION
git ignore-io generates .gitignore content from gitignore.io templates. It fetches curated ignore patterns for languages, frameworks, IDEs, and operating systems via the gitignore.io API.
Multiple templates can be combined in a single request for comprehensive coverage. Part of the git-extras suite, it provides quick command-line access to the extensive gitignore.io template database.
PARAMETERS
TEMPLATES
Template names from gitignore.io.--list, -l
List available templates.--search TERM, -s TERM
Search templates.--help
Display help information.
CAVEATS
Part of git-extras package. Requires network access. Templates may need customization.
HISTORY
git ignore-io is part of git-extras, providing command-line access to gitignore.io, the web service for generating gitignore files.
SEE ALSO
git-ignore(1), gibo(1), gitignore(5)
