Skip to content

git ls-files

bash
# 列出没有被.gitignore忽视的文件
$ git ls-files --other --ignored --exclude-standard

简单就是美