From 6a52621dcc5d4d5d14ef27e9ff8d5a4333bc29a5 Mon Sep 17 00:00:00 2001 From: Mohsin Husen Date: Wed, 6 Mar 2013 10:03:19 +0000 Subject: [PATCH] Update .gitignore Ignore project files created by Eclipse --- .gitignore | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) 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