Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 netbeans IDE 以不同的颜色显示被忽略的文件。我想,IDE 通过使用一些 git 命令知道这一点。
我想知道项目文件夹和子文件夹中的哪些文件被忽略了。
我们应该使用什么命令?
git status --ignored将显示所有未跟踪的文件。它还包括正常状态输出。似乎没有仅显示被忽略文件的状态选项。
git status --ignored