A cli program to easily handle .gitignore files
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Schneider 0a707bf41e
(cargo-release) version 0.3.1
12 달 전
src Add handling of files with missing newline at end 12 달 전
.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 12 달 전
Cargo.toml (cargo-release) version 0.3.1 12 달 전
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