diff --git a/.gitignore b/.gitignore index 300e1db..dd2b9bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ -# JetBrains IDEs +## JetBrains IDEs /.idea/ -/*.iml +*.iml -# Maven +## Maven /target/ +/dependency-reduced-pom.xml + +## Misc. +.DS_Store