A cli program to easily handle .gitignore files
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
Schneider 0a707bf41e
(cargo-release) version 0.3.1
12 månader sedan
src Add handling of files with missing newline at end 12 månader sedan
.drone.yml update drone file 4 år sedan
.editorconfig Created new project from template 4 år sedan
.gitignore add package version in logging 4 år sedan
.travis.yml Created new project from template 4 år sedan
CONTRIBUTING Created new project from template 4 år sedan
Cargo.lock (cargo-release) version 0.3.1 12 månader sedan
Cargo.toml (cargo-release) version 0.3.1 12 månader sedan
LICENSE update LICENSE 4 år sedan
README.md update readme 4 år sedan
clippy.toml Created new project from template 4 år sedan
justfile remove upx from dist 4 år sedan
rustfmt.toml Created new project from template 4 år sedan

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