I have read this topic:
but after applying this advice: answer
I still have any eclipse project files:
Can you help me ignore these files?
I have read this topic:
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.