Table of Contents
Examples
# This is how you going to use it probably most of the time
# It's smart!
# This will expand to python, jetbrains and linux
# Append to the repository root-level .gitignore automatically
# Do not automatically resolve unknown templates
# error: template 'macos' not found, did you mean 'global:macOS'?
# Ignore all javascript related templates
# Search for template with fzf and use it
see
gign listto show all available templates
Install
Using Cargo
cargo install gign
Custom templates
By default, templates are taken from https://github.com/github/gitignore
To add custom template just create [name].gitignore
file inside gign where directory.
Files inside folders will be prefixed with the parent folder name (except for the root templates).
For example, if you have custom.gitignore file inside extras/ folder,
you can use it like this:
# or
# or
| Location | Strict Name |
|---|---|
custom.gitignore |
custom |
extras/custom.gitignore |
extras:custom |
extras/misc/custom.gitignore |
misc:custom |
Help
USAGE:
gign [OPTIONS] [template]... [SUBCOMMAND]
ARGS:
<template>... The templates to ignore
OPTIONS:
-a, --append Append to the root-level .gitignore file
-h, --help Print help information
-s, --strict Do not automatically resolve unknown templates
-V, --version Print version information
SUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
list List all available templates
update Update the default templates database
where Print the templates path