A cli program to easily handle .gitignore files
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
Schneider 0a707bf41e
(cargo-release) version 0.3.1
1年前
src Add handling of files with missing newline at end 1年前
.drone.yml update drone file 4年前
.editorconfig Created new project from template 4年前
.gitignore add package version in logging 4年前
.travis.yml Created new project from template 4年前
CONTRIBUTING Created new project from template 4年前
Cargo.lock (cargo-release) version 0.3.1 1年前
Cargo.toml (cargo-release) version 0.3.1 1年前
LICENSE update LICENSE 4年前
README.md update readme 4年前
clippy.toml Created new project from template 4年前
justfile remove upx from dist 4年前
rustfmt.toml Created new project from template 4年前

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