Einzelschritte eines Live-Codings werden nicht mit kopiert
authorKai Moritz <kai@juplo.de>
Wed, 7 May 2025 19:23:23 +0000 (21:23 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 7 May 2025 19:23:23 +0000 (21:23 +0200)
COPY.sh

diff --git a/COPY.sh b/COPY.sh
index 5d28413..04c5a42 100755 (executable)
--- 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/