同步代码时忽略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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM