From 865d1861a4f0a04a4ea1dcbcbd0b2e8a14b3c048 Mon Sep 17 00:00:00 2001 From: bernd32 Date: Fri, 13 Dec 2019 18:42:31 +0500 Subject: [PATCH] Update .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a1aaf6b..82894bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ # Maven log/ -target/ \ No newline at end of file +target/ + +# Eclipse +.settings/ +.classpath +.project \ No newline at end of file