Skip to content

Instantly share code, notes, and snippets.

@gursuj
Created August 31, 2025 10:38
Show Gist options
  • Select an option

  • Save gursuj/52cbb80df21e799d4ecc3320b60b50a1 to your computer and use it in GitHub Desktop.

Select an option

Save gursuj/52cbb80df21e799d4ecc3320b60b50a1 to your computer and use it in GitHub Desktop.
Syncthing ignore patterns for Obsidian
// obsidian ignore patterns for syncthing.
// these will be synced across all devices automatically.
// just make sure to set each device's ignore pattern to #include .ignore-patterns.txt
// source: https://www.youtube.com/watch?v=Lhk1IVCzYiM
// ignore workspace file, which stores editor pane layout, open files
// can cause issues when syncing
.obsidian/workspace.json
// .obsidian/icons // optional
// temporary internal cache
.obsidian/cache-obsidian.json
.obsidian/workspace-cache.json
.obsidian/caches/
// these are device specific so can ignore
.obsidian/backups/
.obsidian/logs/
// if using smart connections plugin
// .smart-env/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment