| Crates.io | git-ignore-manager |
| lib.rs | git-ignore-manager |
| version | 0.3.0 |
| created_at | 2019-03-01 10:10:15.880416+00 |
| updated_at | 2019-03-08 02:48:58.765866+00 |
| description | Manages gitignore files |
| homepage | https://github.com/draveness/git-ignore |
| repository | https://github.com/draveness/git-ignore |
| max_upload_size | |
| id | 117945 |
| size | 6,056 |
A command line tool for managing gitignore files
cargo install git-ignore-manager
$ git-ignore init go
.gitignore file for go initialized
$ git-ignore + .DS_Store
==> .DS_Store added to .gitignore file