LinuxCommandLibrary

git-ignore-io

Generate gitignore from templates

TLDR

Generate gitignore for language

$ git ignore-io [Python]
copy
Generate for multiple
$ git ignore-io [Python] [macOS] [vim]
copy
List available templates
$ git ignore-io --list
copy
Search templates
$ git ignore-io --search [node]
copy
Append to gitignore
$ git ignore-io [Python] >> .gitignore
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community