From 39963a8577ca3c42f8242c7cedaf01769026eb89 Mon Sep 17 00:00:00 2001 From: DataPro Date: Tue, 16 Jun 2026 16:32:25 +0200 Subject: [PATCH] Excluded assets folder from being saved in assets folder --- stuff/tangle-file.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stuff/tangle-file.sh b/stuff/tangle-file.sh index 277cd6f5d..3f88bc866 100755 --- a/stuff/tangle-file.sh +++ b/stuff/tangle-file.sh @@ -239,6 +239,7 @@ while IFS= read -r -d '' abs_file; do fi done < <(find "$SOURCE_DIR" -type f \ + -not -path "*/assets/*" \ -not -path "*/.git/*" \ -not -name ".git" \ -not -path "$OUTPUT_FILE" \