0
点赞
收藏
分享

微信扫一扫

Add svn ignored in Eclipse's working files

ITWYY 2023-04-28 阅读 73


  1. Click on Window -> Preferences
  2. Select Team -> Ignored Resources
  3. Click on Add Pattern and enter "bin"
  4. Click on Add Pattern and enter "target"

    Generatly the pattern will be:
    .project
    .checkstyle
    .classpath
    .settings (directory)
    target (output directory)
    bin (directory)
  5. Click on Apply and then OK

 

举报

相关推荐

0 条评论