diff --git a/.gitignore b/.gitignore index 4a42a6315..c4415cf3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,17 @@ atlassian-ide-plugin.xml + +## Ignore svn files .svn -spring-data-elasticsearch.iml -spring-data-elasticsearch.ipr -spring-data-elasticsearch.iws -target \ No newline at end of file + +target + +## Ignore project files created by Eclipse +.settings +.project +.classpath + +## Ignore project files created by IntelliJ IDEA +*.iml +*.ipr +*.iws +.idea