同步代码时忽略maven项目 target目录

时间:2023-03-08 18:20:01
同步代码时忽略maven项目 target目录

方式一:

在项目代码路径,如: F:\xyx\sl  鼠标右键,“TortoiseSVN”-- >“Settings” -->"Subversion"-->"Global ignore pattern"

分别添加: */target/*    *.settings   .classpath  .project ,然后再"运用"-->"确定"

方式二:

windows -> Preferences -> Team -> Ignored Resources -> Add Pattern -> */target/* -> Apply -> OK

分别添加:

*/target/*

*.settings

.classpath

.project