Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit d2e6a7f

Browse files
authored
Initial commit
0 parents  commit d2e6a7f

File tree

3 files changed

+689
-0
lines changed

3 files changed

+689
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)