Compare commits
3 Commits
ca8950238d
...
2b2e4f5aab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b2e4f5aab | ||
|
|
e915cb7555 | ||
|
|
35c7108fb7 |
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Ignore Gradle project-specific cache directory
|
||||||
|
.gradle
|
||||||
|
|
||||||
|
# Ignore Gradle build output directory
|
||||||
|
build
|
||||||
@@ -7,3 +7,4 @@ links to katas resources
|
|||||||
- https://github.com/luisrovirosa/katas-java
|
- https://github.com/luisrovirosa/katas-java
|
||||||
- https://github.com/mre/the-coding-interview
|
- https://github.com/mre/the-coding-interview
|
||||||
|
|
||||||
|
https://github.com/winterbe/java8-tutorial
|
||||||
5
test/.gitignore
vendored
Normal file
5
test/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Ignore Gradle project-specific cache directory
|
||||||
|
.gradle
|
||||||
|
|
||||||
|
# Ignore Gradle build output directory
|
||||||
|
build
|
||||||
2
test/bin/.gitignore
vendored
Normal file
2
test/bin/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/main/
|
||||||
|
/test/
|
||||||
Reference in New Issue
Block a user