From c2bf93a3be19bfbb4726e2834597e04d5c257def Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 7 May 2025 21:23:23 +0200 Subject: [PATCH] Einzelschritte eines Live-Codings werden nicht mit kopiert --- COPY.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/COPY.sh b/COPY.sh index 5d28413..04c5a42 100755 --- a/COPY.sh +++ b/COPY.sh @@ -40,6 +40,9 @@ do mkdir -p $LIVECODING/$livecoding/ rsync -av --exclude=.git --exclude=target --exclude=.idea --exclude=.gradle --exclude=build --exclude=BRANCHES.sh --exclude=BUILD.sh --exclude=COPY.sh --exclude=DIFF.sh --exclude=.gitignore --exclude=PUSH.sh --exclude=REBASE.sh --exclude=RESET.sh --exclude=TAG.sh . $LIVECODING/$livecoding/ ;; + *--livecoding--schritte) + echo "Ignoriere die Einzelschritte eines Live-Coding: $livecoding" + ;; *) echo "Lösung: $branch" mkdir -p $MUSTERLOESUNGEN/$branch/ -- 2.20.1