Created
August 31, 2025 10:38
-
-
Save gursuj/52cbb80df21e799d4ecc3320b60b50a1 to your computer and use it in GitHub Desktop.
Syncthing ignore patterns for Obsidian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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