Eclipse svn同步时忽略某些文件类型和文件夹
项目开发中,开发人员经常用SVN来管理代码,在和服务器同步时,每次都看到一堆.class,.log,.target等文件,这样很不舒服。
解决方法:
打开:window-->preferences-->team-->Ignored Resource-->Add Pattern
忽略文件夹:
如忽略target文件夹,就Add Pattern,填入*/target/*
忽略文件:
如忽略.class类型的,直接填入 .classpath
可以如下图添加: