Skip to content
Snippets Groups Projects
Commit b91cc11e authored by Peter Hertkorn's avatar Peter Hertkorn
Browse files

Modify gitignore

parent d4ee6822
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ out/ ...@@ -17,7 +17,7 @@ out/
### IntelliJ IDEA ### ### IntelliJ IDEA ###
.idea .idea
*.iws *.iws
#*.iml *.iml
*.ipr *.ipr
### NetBeans ### ### NetBeans ###
......
...@@ -2,3 +2,5 @@ package soon; ...@@ -2,3 +2,5 @@ package soon;
public class PlayZustand extends Zustand{ public class PlayZustand extends Zustand{
}
...@@ -5,7 +5,7 @@ public class SoonTestDrive { ...@@ -5,7 +5,7 @@ public class SoonTestDrive {
Soon player = new Soon(); Soon player = new Soon();
System.out.println(player); System.out.println(player);
player.playButton(); //player.playButton();
player.stopButton(); //player.stopButton();
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment