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.
19 lines
230 B
Plaintext
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
|