An open API service indexing awesome lists of open source software.

https://github.com/foresightyj/gitignorer

A CLI tool to generate .gitignore files interactively
https://github.com/foresightyj/gitignorer

Last synced: 5 months ago
JSON representation

A CLI tool to generate .gitignore files interactively

Awesome Lists containing this project

README

          

# usage

Run this to download templates

```sh

gitignorer update-cache

```

Run this to interactively pick and create a .gitignore file

```sh

gitignorer create

```

I'd recommend creating an bash/zsh alias for this:

```sh
alias gig='gitignorer create'
```