Skip to content

Commit 42a267a

Browse files
authored
Merge pull request #2 from ga4gh/ja-iss-6-revise-spring-boot-app
Revised Spring Boot App (Datasets and DRS APIs)
2 parents 6831840 + 5d6f2a7 commit 42a267a

615 files changed

Lines changed: 1135 additions & 119616 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#
22
# https://help.github.com/articles/dealing-with-line-endings/
33
#
4-
# These are explicitly windows files and should use crlf
4+
# Linux start script should use lf
5+
/gradlew text eol=lf
6+
7+
# These are Windows script files and should use crlf
58
*.bat text eol=crlf
69

10+
# Binary files should be left untouched
11+
*.jar binary
12+

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ gradle.properties
4141
config.yml
4242
# Mac OS files
4343
**/.DS_Store
44+
45+
*.bak
46+
# Ignore Kotlin plugin data
47+
.kotlin
48+
49+
!gradle/wrapper/gradle-wrapper.jar

CONFIGURATION.md

Lines changed: 0 additions & 155 deletions
This file was deleted.

DATASETS.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)