From b91cc11eb47a969167d1524b1f59b001f56261d3 Mon Sep 17 00:00:00 2001 From: Peter Hertkorn <peter.hertkorn@reutlingen-university.de> Date: Mon, 2 Dec 2024 14:37:52 +0100 Subject: [PATCH] Modify gitignore --- .gitignore | 2 +- src/soon/PlayZustand.java | 2 ++ src/soon/SoonTestDrive.java | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 813d305..292a944 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,7 @@ out/ ### IntelliJ IDEA ### .idea *.iws -#*.iml +*.iml *.ipr ### NetBeans ### diff --git a/src/soon/PlayZustand.java b/src/soon/PlayZustand.java index 66ad633..80f213b 100644 --- a/src/soon/PlayZustand.java +++ b/src/soon/PlayZustand.java @@ -2,3 +2,5 @@ package soon; public class PlayZustand extends Zustand{ +} + diff --git a/src/soon/SoonTestDrive.java b/src/soon/SoonTestDrive.java index a2ab057..c7aee3d 100644 --- a/src/soon/SoonTestDrive.java +++ b/src/soon/SoonTestDrive.java @@ -5,7 +5,7 @@ public class SoonTestDrive { Soon player = new Soon(); System.out.println(player); - player.playButton(); - player.stopButton(); + //player.playButton(); + //player.stopButton(); } } -- GitLab