From e7e83eccd9f687314beb0d19c496f72e0afa1e14 Mon Sep 17 00:00:00 2001 From: pbs2h20aal Date: Wed, 17 Nov 2021 08:52:16 +0100 Subject: [PATCH 1/2] =?UTF-8?q?gitignore=20ver=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +-- Happy_Bird/.idea/.name | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 Happy_Bird/.idea/.name diff --git a/.gitignore b/.gitignore index 26d3352..59aa52c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ # Default ignored files -/shelf/ -/workspace.xml + diff --git a/Happy_Bird/.idea/.name b/Happy_Bird/.idea/.name new file mode 100644 index 0000000..dbea456 --- /dev/null +++ b/Happy_Bird/.idea/.name @@ -0,0 +1 @@ +HappyBird.java \ No newline at end of file From 74d6b58f946a3aaca61a6003151026edb14371af Mon Sep 17 00:00:00 2001 From: pbs2h20aal Date: Wed, 17 Nov 2021 08:54:06 +0100 Subject: [PATCH 2/2] =?UTF-8?q?ver=C3=A4nderung=20der=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 59aa52c..4b965f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # Default ignored files - +/shelf/ +/workspace.xml +/.gradle +/build \ No newline at end of file