2 个版本
0.1.1 | 2022 年 10 月 20 日 |
---|---|
0.1.0 | 2022 年 10 月 20 日 |
#875 in 命令行界面
16KB
200 行
Git 忽略 (kignore)
是用于轻松将忽略文件添加到 .gitignore 文件
的扩展,添加后默认会尝试删除任何匹配 .gitignore 中添加模式的文件,这默认也是以交互模式运行的,允许您确认或拒绝
$ 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
安装
Cargo
Cargo 只会拉取 kignore
命令,而不会将子命令添加到 `git。
$ cargo install kignore
Homebrew
待定
依赖关系
~6–16MB
~171K SLoC