Skip to content

Commit 997bd86

Browse files
committed
Git ignore and readme
1 parent f0db563 commit 997bd86

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created by https://www.gitignore.io/api/java,gradle
2+
3+
4+
### Gradle ###
5+
.gradle
6+
.idea
7+
/build/
8+
9+
# Ignore Gradle GUI config
10+
gradle-app.setting
11+
12+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
13+
!gradle-wrapper.jar
14+
15+
# Cache of project
16+
.gradletasknamecache
17+
18+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
19+
# gradle/wrapper/gradle-wrapper.properties
20+
21+
# End of https://www.gitignore.io/api/java,gradle

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## YAML Text Source
2+
3+
A resource model source configured with static yaml text
4+
5+
## Build
6+
7+
```
8+
gradle clean build
9+
```
10+
11+
## Install
12+
13+
```
14+
cp build/libs/yaml-test-source.X.Y.Z.zip $RDECK_BASE/libext
15+
```
16+

0 commit comments

Comments
 (0)