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.
我知道 xcopy 是如何工作的,但是可以在排除文件中添加注释吗?像这样的东西:
.pdb .xml .config Some.dll /* excluded because ... */
这就是我们的做法:
.pdb .xml .config /* excluded because ... */ Some.dll
对某些人来说可能是不费吹灰之力,但我认为在排除的文件中可能有一种默认的评论方式。也许 xcopy 甚至会搜索文件名 '/* 因为 ... */ 被排除在外的文件,但它对我们有用。