Images Are Not Synced

Hi,

[Client] - "[sync-status] Event:" - "space-sync-complete" - {type: "space-sync-complete", operations: 0}
[Client] - "[sync-status] Event:" - "file-sync-complete" - {type: "file-sync-complete", path: "In/2026/08/08/Jakarta Tempo Dulu.md", operations: 0}

I get no sync error but my images are not synced.
I have enabled Sync documents - Sync document files (non-markdown) to the server.

I tried: 1) Running Sync: Space multiple times 2) restarting the docker image. But no luck.

My current workaround is to SSH and copy the image manually.

I nuked the space directory on the server, hoping to trigger a fresh push from the desktop.
Turns out, the desktop also nuked my local space directory. Luckily, I had a backup.

Upon closer inspection, I found this.

I had been putting .git and .gitignore inside my space directory all this time, before Desktop+ came along, so I never had any issues.

Turns out, the sync server picks up the .gitignore. Instead of doing anything complicated, I simply moved the .git and .gitignore outside the space directory.

I'm posting the solution here in case it helps any newcomers, because the Advanced tab was so well hidden that I only found it by accident.

Hopefully this saves someone else from the same headache.