Files
spring-data-elasticsearch/.gitignore
Mohsin Husen 6a52621dcc Update .gitignore
Ignore project files created by Eclipse
2013-03-06 10:03:19 +00:00

18 lines
224 B
Plaintext

atlassian-ide-plugin.xml
## Ignore svn files
.svn
target
## Ignore project files created by Eclipse
.settings
.project
.classpath
## Ignore project files created by IntelliJ IDEA
*.iml
*.ipr
*.iws
.idea