diff --git a/.gitignore b/.gitignore index 54e060e75..436cdc7f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,13 @@ *.swp + +# Maven # +/target/ + +# Eclipse # /.classpath /.project /.settings/ -/target/ + +# IntelliJ # +/*.iml +/.idea/