How to ignore bin and target folder to global svn in eclipse

In eclipse, all folders will be pushed into svn but we don’t need some of the folders to push into svn. For example bin, target, build, .svn etc.. So here I can show you how to ignore those folders to global svn in eclipse.

How to ignore bin and target folder to global svn in eclipse

  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”
  5. Click on Add Pattern and enter “m2-target”
  6. Click on Apply and then OK
svn ignored resources eclipse
svn ignored resources eclipse

Leave a Reply