diff --git a/.gitignore b/.gitignore index 621826458a..7c9cc49fc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,13 @@ target/ -work/ \ No newline at end of file +work/ + +# Ignore Intellij Idea project files +*.iml +*.ipr +.idea +atlassian-ide-plugin.xml + +# Ignore Eclipse project files +.settings +.project +.classpath