简体   繁体   中英

How to ignore ALL eclipse project files in svn

I have read this topic:

question

but after applying this advice: answer

I still have any eclipse project files:

暴露

Can you help me ignore these files?

In general it's a good idea to have those Eclipse files checked in if any other developer or machine will be using Eclipse to work on the project. Eclipse is designed to share those files (along with some others like .project ) so that when the project is checked out or imported into Eclipse it is ready to go without requiring manual setup.

But if you really want to ignore them, they can be easily added to svn:ignore by either right-click on the files and choosing Team > Add to svn:ignore or by opening the project properties and editing svn:ignore directly in the SVN Info section of the properties.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM