gitignore_inner

Crates.iogitignore_inner
lib.rsgitignore_inner
version0.1.0
sourcesrc
created_at2022-10-20 22:57:54.435515
updated_at2022-10-20 22:57:54.435515
descriptiongitignore_inner is the internal module for cargo
homepage
repositoryhttps://github.com/kjuulh/gitignore
max_upload_size
id693010
size17,415
Kasper Juul Hermansen (kjuulh)

documentation

https://docs.rs/gitignore

README

Git ignore

Is an extension for easily adding ignored files to .gitignore files, when added it will by default also try to remove any files matching the pattern added to .gitignore, this is by default also run in interactive mode, giving you the option to confirm or deny

found .gitignore .../some-path/.gitignore
Added node_modules/ to .gitignore
Removed node_modules/ from git index
$ git ignore 'node_modules/'
found .gitignore .../some-path/.gitignore
Added node_modules/ to .gitignore
Removed node_modules/ from git index

Installation

Cargo

Cargo will only pull the gitignore command and won't add a subcommand to `git.

$ cargo install kjuulh/gitignore

Homebrew

TBA

Commit count: 39

cargo fmt