Gign

A Gitignore Generator

Table of Contents

Examples

```bash gign default:Rust global:Linux > .gitignore

make it less verbose

gign --auto c++ windows > .gitignore

ignore all javascript related templates

gign $(ignore list javascript) default:Node > .gitignore

search for template with fzf and use it

gign $(ignore list | fzf) > .gitignore ```

see gign list to show all available templates

Install

Using Cargo

cargo install gign

Custom templates

By default, templates are taken from this repository

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:

gign extras:custom

| Location | Name | |--------------------------------|-----------------| | custom.gitignore | custom | | extras/custom.gitignore | extras:custom | | extras/misc/custom.gitignore | misc:custom |

Help

``` USAGE: gign [OPTIONS] [template]... [SUBCOMMAND]

ARGS: