A cli program to easily handle .gitignore files
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Schneider 0a707bf41e
(cargo-release) version 0.3.1
il y a 1 an
src Add handling of files with missing newline at end il y a 1 an
.drone.yml update drone file il y a 4 ans
.editorconfig Created new project from template il y a 4 ans
.gitignore add package version in logging il y a 4 ans
.travis.yml Created new project from template il y a 4 ans
CONTRIBUTING Created new project from template il y a 4 ans
Cargo.lock (cargo-release) version 0.3.1 il y a 1 an
Cargo.toml (cargo-release) version 0.3.1 il y a 1 an
LICENSE update LICENSE il y a 4 ans
README.md update readme il y a 4 ans
clippy.toml Created new project from template il y a 4 ans
justfile remove upx from dist il y a 4 ans
rustfmt.toml Created new project from template il y a 4 ans

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