Eclipse svn同步时忽略某些文件类型和文件夹

项目开发中,开发人员经常用SVN来管理代码,在和服务器同步时,每次都看到一堆.class,.log,.target等文件,这样很不舒服。 解决方法: 打开:window-->preferences-->team-->Ignored Resource-->Add Pattern 忽略文件夹: 如忽略target文件夹,就Add Pattern,填入*/target/* 忽略文件: 如忽略.class
相关文章
相关标签/搜索