Excluded assets folder from being saved in assets folder

This commit is contained in:
2026-06-16 16:32:25 +02:00
parent 2c8fa86dd3
commit 39963a8577
+1
View File
@@ -239,6 +239,7 @@ while IFS= read -r -d '' abs_file; do
fi fi
done < <(find "$SOURCE_DIR" -type f \ done < <(find "$SOURCE_DIR" -type f \
-not -path "*/assets/*" \
-not -path "*/.git/*" \ -not -path "*/.git/*" \
-not -name ".git" \ -not -name ".git" \
-not -path "$OUTPUT_FILE" \ -not -path "$OUTPUT_FILE" \