1 个不稳定版本
0.1.0 | 2022年10月20日 |
---|
#1540 在 文件系统
26 每月下载量
被 kignore 使用
11KB
194 行
Git 忽略
是 .gitignore 文件中添加被忽略文件的一个扩展,添加后默认会尝试删除任何匹配 .gitignore 中添加模式的文件,默认情况下也会在交互模式下运行,让您可以选择确认或拒绝
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 只会拉取 gitignore
命令,不会向 `git` 添加子命令。
$ cargo install kjuulh/gitignore
Homebrew
待定
依赖项
~7–16MB
~174K SLoC