diff --git a/shared_scripts.yml b/shared_scripts.yml
index a32d9ef5e22c7dfa69e4423e8f710b1641fc7b33..3d3375da5fcb5267d17dc12dd2c0f943fd6767a6 100644
--- a/shared_scripts.yml
+++ b/shared_scripts.yml
@@ -154,7 +154,7 @@ variables:
     allow_failure: true
     script:
         # Get all previous builds from network
-        - rsync -e "ssh -i $HOME/.ssh/cluster_access_vrdev" --archive --info=progress2 --human-readable --no-inc-recursive --delete --exclude=*.11 --chmod=0770 vrdev@${CLUSTER_ADDRESS}:/ ${VRDEV_UNREAL_DEPLOY_FOLDER}/ || true
+        - rsync -e "ssh -i $HOME/.ssh/cluster_access_vrdev" --archive --info=progress2 --human-readable --no-inc-recursive --delete --exclude=*.11 --exclude 'Thumbs.db' --chmod=0770 vrdev@${CLUSTER_ADDRESS}:/ ${VRDEV_UNREAL_DEPLOY_FOLDER}/ || true
         # Copy build into the previous builds folder and overwrite old folder
         - CURRENT_VRDEV_FOLDER=${VRDEV_UNREAL_DEPLOY_FOLDER}/${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}/${CI_PIPELINE_IID}
         - find ${CURRENT_VRDEV_FOLDER} -delete &> /dev/null || true
@@ -175,7 +175,7 @@ variables:
     allow_failure: true
     script:
         # Get all previous builds from network
-        - rsync -e "ssh -i $HOME/.ssh/cluster_access_av006de" --archive --info=progress2 --human-readable --no-inc-recursive --delete --exclude=*.11 --chmod=0770 av006de@${CLUSTER_ADDRESS}:/ ${CAVE_UNREAL_DEPLOY_FOLDER}/ || true
+        - rsync -e "ssh -i $HOME/.ssh/cluster_access_av006de" --archive --info=progress2 --human-readable --no-inc-recursive --delete --exclude=*.11 --exclude 'Thumbs.db' --chmod=0770 av006de@${CLUSTER_ADDRESS}:/ ${CAVE_UNREAL_DEPLOY_FOLDER}/ || true
         # Copy build into the previous builds folder and overwrite old folder
         - CURRENT_CAVE_FOLDER=${CAVE_UNREAL_DEPLOY_FOLDER}/${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}/${CI_PIPELINE_IID}
         - find ${CURRENT_CAVE_FOLDER} -delete &> /dev/null || true