Should I regularly delete the .metadata folder from the Eclipse workspace? What problems will it cause? -
In my Eclipse workspace I have seen that. Metadata folder keeps growing. Should I delete this folder regularly? What will be the outcome?
In addition, what information does the Metadata folder contain?
remove and If your project is actually stored completely in the workspace (i.e. its sources are stored in the default workspace path), you will also lose your project content - which is worse because you can Will not be able to import from. I always recommend to keep my Eclipse project and its sources separate from the workspace. See "" "" In that configuration, you can remove the workspace without any damage and re-import your project into a new workspace. .metadata The folder will remove it from all your workspaces.
In this way, the specific settings for your projects are saved in your project (), and are not in the workspace.
Also, you need it.
Comments
Post a Comment