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.
有没有办法从 ignore-glob 中排除某些目录,这样(例如).dll 文件通常会被忽略,除非它们位于某些特定目录中?
恐怕您必须指定您不想在其中看到文件的所有目录,并.dll确保包含所需DLL 的目录与任何现有的 ignore-glob 条目都不匹配...
.dll
请问,你的用例是什么?