📅  最后修改于: 2022-03-11 14:49:41.200000             🧑  作者: Mango
git ls-files . --exclude-standard --ignored
# | +-- show only those matched by an exclude pattern
# +-- exclude files decalred in .gitignore, etc.