# 列出没有被.gitignore忽视的文件$ git ls-files --other --ignored --exclude-standard
# 列出没有被.gitignore忽视的文件
$ git ls-files --other --ignored --exclude-standard
本页 EduBoo 构建