eclipse svn同步资源库时忽略某些不需要提交文件类型和文件夹

打开:window-->preferences-->team-->Ignored Resource-->Add Pattern

忽略文件夹:

如忽略target文件夹,就Add Pattern,填入*/target/*

忽略文件:

如忽略.class类型的,直接填入  .class

发布了58 篇原创文章 · 获赞 1 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/zh_chong/article/details/102778444