App Settings

Go to Settings → App Settings → Cloud Workspaces to manage disk usage across all of your workspaces.

Depending on how much data you are storing, this page may take some time to load.

Store Cloud

The Store Cloud option (default is unchecked) will store a redundant file for every downloaded file in the workspace’s version store (/.mudstack). Keep this unchecked unless you want the redundant files.

Keep Local

Keep local (default is checked) will store a redundant file for every file you have pushed to a workspace in the workspace’s version store (/.mudstack). Unchecking this will give you back space whenever you push new files and versions to your cloud workspace

Cleanup Workspace

The Cleanup Workspace action will clean your current version store of any files that do not match the settings you have defined for that workspace.

In the event you have a lot of excess disk usage, clicking cleanup may provide you with more space

Disable Syncing on a file or folder

Click the Disable Syncing icon in the top right of a synced file/folder or Right click → Disable Syncing

For folders, you will see an additional option to also Disable Syncing for all children in the folder. Keeping this unchecked will keep the children you have already synced on your local directory, but will not download new files.

Disabling file syncing for a file or subfolder inside a synced folder will only stop the parent synced folder from downloading the selectively disabled files/folders.

Mudignore

mudignore allows you and your team to ignore specific paths, folders, files through editing of a text file.

To use mudignore, create a text file in the root folder of a workspace and set the name to .mudignore. The extension for the file is .mudignore and the name is empty.