Skip to content

Commit 3827b77

Browse files
committed
first commit
0 parents  commit 3827b77

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.DS_Store
2+
build
3+
**/build
4+
**/src/test/java/exploration
5+
.gradle
6+
spring-social-core/src/test/java/exploration
7+
**/.classpath
8+
**/.project
9+
**/.settings
10+
**/bin

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "buildSrc"]
2+
path = buildSrc
3+
url = git://github.com/SpringSource/spring-build-gradle.git

0 commit comments

Comments
 (0)