Issue while copying the project folder from Windows to MAC.
Answered
Hi -I have my existing Maven projects in windows operating system and I am trying to copy those projects to my new MAC pro M3 ship (silicon based) operating system. I zipped those projects from windows and unzipped in MAC. When I open the projects that were unzipped, I found that the below folders are missing:
- .idea, .git, .gitignore etc…. (I have enabled the show hidden file options on my mac)
Basically all the files/folders that is prefixed with “.”.
How can I resolve this?
Please sign in to leave a comment.
Your zip archiver is likely ignoring such folders. This is not an IDE issue. Please check the options of the archiver to find how to include such folders.