What do I lose if I skip the .metadata/ directory when doing the back-up of my Eclipse workspace? (Is there some documentation describing what Eclipse stores in
.metadata/
So, can I safely ignore the .metadata/ directory [in an Eclipse workspace backup]?
Yes. Eclipse will create a new .metadata directory when you create a new project from your source code repository.