with updated name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Git ignore
|
||||
# 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
|
||||
@@ -6,6 +6,7 @@ to .gitignore, this is by default also run in interactive mode, giving you the
|
||||
option to confirm or deny
|
||||
|
||||
```bash
|
||||
$ kignore 'node_modules/'
|
||||
found .gitignore .../some-path/.gitignore
|
||||
Added node_modules/ to .gitignore
|
||||
Removed node_modules/ from git index
|
||||
@@ -22,7 +23,7 @@ Removed node_modules/ from git index
|
||||
|
||||
### Cargo
|
||||
|
||||
Cargo will only pull the `gitignore` command and won't add a subcommand to `git.
|
||||
Cargo will only pull the `kignore` command and won't add a subcommand to `git.
|
||||
|
||||
```bash
|
||||
$ cargo install kjuulh/gitignore
|
||||
|
Reference in New Issue
Block a user