From 678d76df4dc6ab9ef92e049af8b61f85427ac488 Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Fri, 2 May 2025 17:46:07 -0400 Subject: [PATCH] Local directory added for exclusion --- wmde-rp.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmde-rp.conf b/wmde-rp.conf index 4f7592b..f0f8da7 100644 --- a/wmde-rp.conf +++ b/wmde-rp.conf @@ -20,6 +20,7 @@ WAIT_FOR_FULLSYNC=never # always, first or never CONFIG_DIRS=" \ --exclude='$WMDERPDIRNAME' \ --exclude='.osync_workdir' \ + --exclude='Local' \ --include='*.kdbx' \ --include='.ssh/***' \ --include='.cache/' \ @@ -45,6 +46,7 @@ CONFIG_DIRS=" \ FULL_DIRS=" \ --exclude='$WMDERPDIRNAME' \ --exclude='.osync_workdir' \ + --exclude='Local' \ --include='*.kdbx' \ --include='.ssh/***' \ --include='.cache/' \ @@ -72,6 +74,7 @@ FULL_DIRS=" \ PERM_DIRS=" \ --exclude='$WMDERPDIRNAME' \ --exclude='.osync_workdir' \ + --exclude='Local' \ --include='*.kdbx' \ --include='.ssh/***' \ --include='.cache/' \