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

https://github.com/atsushi130/ignoregen

.gitignore generator
https://github.com/atsushi130/ignoregen

gitignore-generator

Last synced: 3 months ago
JSON representation

.gitignore generator

Awesome Lists containing this project

README

          

## ignoregen
[![MIT / Apache2.0 dual licensed](https://img.shields.io/badge/dual%20license-MIT%20/%20Apache%202.0-blue.svg)](./license-mit.md)
[![crates.io](https://img.shields.io/crates/v/ignoregen.svg)](https://crates.io/crates/ignoregen)
![ignoregen](https://img.shields.io/badge/Rust-ignoregen-4183c4.svg)
ignoregen is gitignore generator.

### Installation via Cargo
```
❯ cargo install ignoregen
```

### Usage
```
❯ ignoregen intellij java
```

## License
ignoregen is available under the MIT and Apache 2.0 license. See the [LICENSE file](https://github.com/atsushi130/IgnoreGen/blob/master/license-mit).