diff --git a/.gitignore b/.gitignore index a8af657..c73249e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,4 @@ -# Eclipse -.classpath -.project -.settings/ - -# Intellij +# IntelliJ .idea/ *.iml *.iws @@ -16,4 +11,5 @@ log/ target/ dependency-reduced-pom.xml -*.jar \ No newline at end of file +# Java +*.jar