Skip to content
This repository was archived by the owner on Jul 31, 2026. It is now read-only.

Commit 1700b3f

Browse files
authored
Syncthing.md: correct .stignore
the currently relevant files are `.obsidian/workspace.json` and `.obsidian/workspace-mobile.json` for the android app, the previous `.stignore` proposal did instead specify to ignore an `.obsidian/workspace` folder, which does not match the json files.
1 parent 806c818 commit 1700b3f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • 02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools

02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Syncthing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ Available for: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|L
1616
A peer-to-peer file synchronisation application, which can be used to keep your Obsidian vault synchronised across multiple devices almost instantaneously.
1717

1818
## Configuration for Obsidian
19-
You'll probably want the following files to be excluded from synchronisation in your `.stignore`. If you're not using the [[metadata-extractor|Metadata Extractor]] plugin, you'll only need to exclude `workspace`.
19+
You'll probably want the following files to be excluded from synchronisation in your `.stignore`. If you're not using the [[metadata-extractor|Metadata Extractor]] plugin, you'll only need to exclude `workspace.json` / `workspace-mobile.json`.
2020
```
21-
// most important one. this keeps track of your open panes and files in the app
22-
.obsidian/workspace
21+
// most important ones. these keeps track of your open panes and files in the app
22+
.obsidian/workspace.json
23+
.obsidian/workspace-mobile.json
2324
// Metadata Extractor generates these automatically, so you shouldn't sync them
2425
.obsidian/plugins/metadata-extractor/allExceptMd.json
2526
.obsidian/plugins/metadata-extractor/metadata.json

0 commit comments

Comments
 (0)