A cli program to easily handle .gitignore files
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Schneider 0a707bf41e
(cargo-release) version 0.3.1
1 anno fa
src Add handling of files with missing newline at end 1 anno fa
.drone.yml update drone file 4 anni fa
.editorconfig Created new project from template 4 anni fa
.gitignore add package version in logging 4 anni fa
.travis.yml Created new project from template 4 anni fa
CONTRIBUTING Created new project from template 4 anni fa
Cargo.lock (cargo-release) version 0.3.1 1 anno fa
Cargo.toml (cargo-release) version 0.3.1 1 anno fa
LICENSE update LICENSE 4 anni fa
README.md update readme 4 anni fa
clippy.toml Created new project from template 4 anni fa
justfile remove upx from dist 4 anni fa
rustfmt.toml Created new project from template 4 anni fa

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