Merge branch 'master' of github.com:SpringSource/spring-data-rest
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,4 +1,7 @@
|
||||
.DS_Store
|
||||
.gradle/
|
||||
build/
|
||||
*.i*
|
||||
*.i*
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
||||
@@ -2,6 +2,7 @@ apply plugin: "base"
|
||||
|
||||
allprojects {
|
||||
apply plugin: "idea"
|
||||
apply plugin: "eclipse"
|
||||
apply plugin: "maven"
|
||||
|
||||
group = "org.springframework.data"
|
||||
@@ -97,4 +98,4 @@ idea {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user