Files
spring-data-elasticsearch/.gitignore
Oliver Gierke a8aca3e21b DATAES-3 - Moved to Spring Data build system.
Updated pom to use Spring Data build parent file. Renamed Test files to …Tests for the Surefire plugin be able to find it. Added data folder to .gitignore. Added template.mf for Bundlor to create an OSGi MANIFEST.MF.
2013-04-30 12:42:00 +02:00

19 lines
230 B
Plaintext

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