Some file types and folders are ignored when eclipse svn sync

In project development, developers often use SVN to manage code. When synchronizing with the server, they see a bunch of .class, .log, target and other files every time.

This is very uncomfortable.

Solution:

打开:window-->preferences-->team-->Ignored Resource-->Add Pattern

Ignore folders:

If the target folder is ignored, add Pattern and fill in */target/*

Ignore files:

If the .class type is ignored, directly fill in .class

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326498610&siteId=291194637
Recommended