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はファイル名'/*が...* /であるために除外されたファイルを検索することさえありますが、それは私たちのために機能します。