A cli program to easily handle .gitignore files
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
Schneider 0a707bf41e
(cargo-release) version 0.3.1
pirms 1 gada
src Add handling of files with missing newline at end pirms 1 gada
.drone.yml update drone file pirms 4 gadiem
.editorconfig Created new project from template pirms 4 gadiem
.gitignore add package version in logging pirms 4 gadiem
.travis.yml Created new project from template pirms 4 gadiem
CONTRIBUTING Created new project from template pirms 4 gadiem
Cargo.lock (cargo-release) version 0.3.1 pirms 1 gada
Cargo.toml (cargo-release) version 0.3.1 pirms 1 gada
LICENSE update LICENSE pirms 4 gadiem
README.md update readme pirms 4 gadiem
clippy.toml Created new project from template pirms 4 gadiem
justfile remove upx from dist pirms 4 gadiem
rustfmt.toml Created new project from template pirms 4 gadiem

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