From af007e81226467a80eb4c5b7e5e2906c28c565ed Mon Sep 17 00:00:00 2001 From: Lenz Date: Sun, 7 Jun 2020 14:13:19 +0200 Subject: [PATCH] test mit .gitignore --- .gitignore | 3 +++ bin/.gitignore | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d3e74a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.classpath +.project +test.txt \ No newline at end of file diff --git a/bin/.gitignore b/bin/.gitignore index 0007eb6..21716e8 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -7,4 +7,4 @@ /Map.class /Picture.class /Player.class -/Point.class +/Point.class \ No newline at end of file