diff --git a/.gitignore b/.gitignore index d04b125..9817aa8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ build # Ignore bin -bin/** \ No newline at end of file +/app/bin/ \ No newline at end of file diff --git a/app/bin/main/Screen/Hero$Direction.class b/app/bin/main/Screen/Hero$Direction.class deleted file mode 100644 index 4bbc909..0000000 Binary files a/app/bin/main/Screen/Hero$Direction.class and /dev/null differ diff --git a/app/bin/main/Screen/ScreenMap.class b/app/bin/main/Screen/ScreenMap.class deleted file mode 100644 index 629f376..0000000 Binary files a/app/bin/main/Screen/ScreenMap.class and /dev/null differ diff --git a/app/bin/main/Screen/ScreenPlayer.class b/app/bin/main/Screen/ScreenPlayer.class deleted file mode 100644 index 6b981b7..0000000 Binary files a/app/bin/main/Screen/ScreenPlayer.class and /dev/null differ