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