From 932f3f16f7399b6fd859fc984b1089701e9a4ee8 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 13 Jan 2026 19:54:52 +0100 Subject: [PATCH] minor --- modules/syncthing.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/syncthing.nix b/modules/syncthing.nix index d4adfd4..c01982b 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -5,7 +5,6 @@ let # Common ignore patterns for all synced folders commonIgnores = [ - ".DS_Store" "*.tmp" "*.temp" ".*.swp" @@ -13,7 +12,6 @@ let ".Trash" ".Trash-*" "Thumbs.db" - "desktop.ini" ]; # Convert ignore list to .stignore file content