莫大人

xcopy应用于版本合并

脚本

set src=C:\Users\cl\project
set dist=C:\Users\cl\project
xcopy %src% %dist% /y /e /exclude:exclude.txt

 排除文件

.gitignore
.settings
.idea
.classpath
.class
.project
.iml
.eml
target
bin
log
.yml

  

posted on 2019-12-25 15:03  莫大人  阅读(209)  评论(0编辑  收藏  举报

导航