📜  git ls-files --others -i --exclude-standard - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:41.200000             🧑  作者: Mango

代码示例1
git ls-files . --exclude-standard --ignored
#                 |                  +-- show only those matched by an exclude pattern
#                 +-- exclude files decalred in .gitignore, etc.