Skip to content

How to exclude files and folders from sync

Desktop app 1:34
Watch on YouTube

Build output, caches and system files do not belong in the cloud, so the exclusion list already carries the usual suspects. Adding your own is one line, and it governs what happens from now on rather than removing what is already up there.

  1. 1 Open the sync folder and go to Advanced.
  2. 2 Read the defaults already there: node_modules, .git, .env and .DS_Store.
  3. 3 Add a folder name on its own, such as dist.
  4. 4 Add a wildcard such as *.log, or an absolute path when you mean one exact place.
  5. 5 Choose Reset to defaults to put the original list back.

Keep going