From 73699efb578d6b25feb2d46c7eab93e5868e46b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20F=C3=B6rtsch?= Date: Wed, 12 Aug 2026 13:57:17 +0200 Subject: [PATCH] describe stignore fork at top of readme --- README.md | 8 ++++++++ patches/sync-stignore.patch | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/README.md b/README.md index 3167b1b4d..85d4f7ad5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# Syncthing with `.stignore` synchronization + +This fork synchronizes the root-level `.stignore` file as regular folder +content, while keeping `.stfolder` and `.stversions` protected as Syncthing +internals. The `upstream` branch mirrors the official Syncthing `main` branch; +this fork's `main` branch and releases apply the `.stignore` synchronization +patch. + [![Syncthing][14]][15] --- diff --git a/patches/sync-stignore.patch b/patches/sync-stignore.patch index f87b0d8f6..db5d51cbe 100644 --- a/patches/sync-stignore.patch +++ b/patches/sync-stignore.patch @@ -1,3 +1,19 @@ +diff --git a/README.md b/README.md +index 2f5c18f8e..197150ff0 100644 +--- a/README.md ++++ b/README.md +@@ -1,3 +1,11 @@ ++# Syncthing with `.stignore` synchronization ++ ++This fork synchronizes the root-level `.stignore` file as regular folder ++content, while keeping `.stfolder` and `.stversions` protected as Syncthing ++internals. The `upstream` branch mirrors the official Syncthing `main` branch; ++this fork's `main` branch and releases apply the `.stignore` synchronization ++patch. ++ + [![Syncthing][14]][15] + + --- diff --git a/lib/fs/filesystem.go b/lib/fs/filesystem.go index 3800bef9c..8e6ecea2e 100644 --- a/lib/fs/filesystem.go