Crates.io | gitig |
lib.rs | gitig |
version | 0.3.1 |
source | src |
created_at | 2020-11-29 11:08:38.208449 |
updated_at | 2023-04-13 06:45:49.134585 |
description | A cli utility to manage gitignore files easily |
homepage | |
repository | https://git.schneider-hosting.de/schneider/gitig |
max_upload_size | |
id | 317722 |
size | 81,450 |
gitig
helps you to manage your .gitignore files more easily.
When starting a new project, gitig
will be there for you to download an
example gitignore file for your project from GitHub.
Check gitig list-templates
to find all available templates and download it
with gitig get {template}
.
During the project there will be always some files, which need to be ignored.
Don't waste time with opening .gitignore in your editor and add a line there,
just gitig add {file}
and you're done. When ignoring concrete files, your
shell will be there for you to complete the full filename.
For more info check the help with gitig help