Remote workspace can't Upload/Download Locked mod elements

Published by Hidan on
Status
Resolved
Issue description

I have download workspace from repository threw clone option and it has turned out that locked mod elements are downloaded as Java files but Json files are not downloaded with them, additionally if element is locked than its Json fille will not be uploaded to git repository :L

Issue comments

Java files but Json files are not downloaded with them

They are ignored by gitingore and are regenerated when workspace is open.

For now, you can alter gitignore to add these files if you want to have custom files uploaded, we do plan to improve this in the future.