add-gitignore-cli 1.0.2

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-cli

    #then you can rename it or make a shorter alias for it
```

## Usage

Simply type in your terminal: 

```bash 
    add-gitignore-cli
    #or whatever you alias it
```

Select the language you want a .gitignore for

![demo](https://github.com/josueBarretogit/add-gitignore-cli/assets/144196149/c3388e0a-95e3-4812-8dfc-89177bf8b336)


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
![image](https://github.com/josueBarretogit/add-gitignore-cli/assets/144196149/8fccd526-9fb8-4110-80ce-3c92a253b850)