A cli program to easily handle .gitignore files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Schneider f7951372e8
bump to v0.2.0
3 years ago
src Add option to append to local ignore file 3 years ago
.drone.yml update drone file 4 years ago
.editorconfig Created new project from template 4 years ago
.gitignore add package version in logging 4 years ago
.travis.yml Created new project from template 4 years ago
CONTRIBUTING Created new project from template 4 years ago
Cargo.lock bump to v0.2.0 3 years ago
Cargo.toml bump to v0.2.0 3 years ago
LICENSE update LICENSE 4 years ago
README.md update readme 4 years ago
clippy.toml Created new project from template 4 years ago
justfile remove upx from dist 4 years ago
rustfmt.toml Created new project from template 4 years ago

README.md

gitig - Simple gitignore management

Build Status

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