Skip to content

gi

Terminal window
gi [-h] [-b] [-p] [-s] [-l] [targets...]

Generates .gitignore content from the gitignore.io API with MD5-based deduplication (patterns already present are not re-appended).

-b/--boilerplate Append generic boilerplate first
-p/--prompt Prompt interactively for targets
-s/--stdout Print to stdout instead of appending to .gitignore
-l/--list List all available targets
targets Comma-separated or space-separated target names
Terminal window
gi python,venv
gi -b -p
gi -s node > .gitignore