Added ignorelist for phone obsidian share

This commit is contained in:
2025-06-29 17:46:26 +03:00
parent 9fc992229c
commit 1de299f397

View File

@@ -27,6 +27,8 @@
# Name of folder in Syncthing, also the folder ID # Name of folder in Syncthing, also the folder ID
path = "/home/user/brain_zero/"; # Which folder to add to Syncthing path = "/home/user/brain_zero/"; # Which folder to add to Syncthing
devices = [ "phone" ]; # Which devices to share the folder with devices = [ "phone" ]; # Which devices to share the folder with
ignores =
[ ".obsidian/workspace-mobile.json" ".obsidian/workspace.json" ];
}; };
"brain_zero_readonly" = { "brain_zero_readonly" = {
# Name of folder in Syncthing, also the folder ID # Name of folder in Syncthing, also the folder ID