Crates.io | gitignore_inner |
lib.rs | gitignore_inner |
version | 0.1.0 |
source | src |
created_at | 2022-10-20 22:57:54.435515 |
updated_at | 2022-10-20 22:57:54.435515 |
description | gitignore_inner is the internal module for cargo |
homepage | |
repository | https://github.com/kjuulh/gitignore |
max_upload_size | |
id | 693010 |
size | 17,415 |
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
Cargo will only pull the gitignore
command and won't add a subcommand to `git.
$ cargo install kjuulh/gitignore
TBA