Go to file
2022-10-21 01:03:53 +02:00
crates/gitignore_inner with actual category 2022-10-21 01:00:09 +02:00
git-alias Added scripts for installing command 2022-10-21 00:23:12 +02:00
scripts Added scripts for installing command 2022-10-21 00:23:12 +02:00
src Fixed publish 2022-10-21 00:45:57 +02:00
.gitignore Added scripts for installing command 2022-10-21 00:23:12 +02:00
Cargo.lock Fixed publish 2022-10-21 00:45:57 +02:00
Cargo.toml with updated name 2022-10-21 01:03:53 +02:00
README.md with updated name 2022-10-21 01:03:53 +02:00

Git ignore (kignore)

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

$ kignore 'node_modules/'
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 kignore command and won't add a subcommand to `git.

$ cargo install kjuulh/gitignore

Homebrew

TBA