From 60cc8815e3a176ebcf105392b35319dd0e14cf7c Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Thu, 19 Feb 2026 00:12:30 +0100 Subject: [PATCH] Add ignore to documents folder --- modules/network/syncthing.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/network/syncthing.nix b/modules/network/syncthing.nix index fb30c75..a70d23a 100644 --- a/modules/network/syncthing.nix +++ b/modules/network/syncthing.nix @@ -52,6 +52,13 @@ in { id = "documentFolder"; path = "/home/${username}/Documents"; devices = ["artemis" "terra" "solis"]; + ignorePatterns = [ + "node_modules" + ".venv" + "venv" + "dist-newstyle" + "constipated-koala/storage" + ]; }; "Programming" = { id = "programmingFolder";