add-gitignore-cli 1.0.0

A simple command line that gets you a .gitignore
## add-gitignore


This cli is inspired by: https://github.com/TejasQ/add-gitignore and uses the .gitignore file from this [repository](https://github.com/github/gitignore)

## Installation


```bash

    cargo install add-gitignore

```

## Usage


Simply type in your terminal: 

```bash 
    add-gitignore
```

Select the language you want a .gitignore for,



and a .gitignore will be generated in your repo's root


if a .gitignore already exists you will be asked if you want to overwrite it or not