I have a project which uses git for source control. But if we try to build, the editor will throw an error. Probably while building packager is trying to copy all the files in the folder including the hidden .git folder. Somehow it is getting denied copying certain items from the git folder which results in the exception. I’m attaching the error log (pastebin) for reference.