diff --git a/.gitignore b/.gitignore index 75c572aa7..315979851 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ /target/ +# Intellij project files +*.iml +*.ipr +*.iws .idea/ -*.iml \ No newline at end of file +# Eclipse project files +.classpath +.project \ No newline at end of file