Initial commit.

This commit is contained in:
Logan Gorence
2022-07-09 18:14:21 -07:00
commit e35c682c2e
18 changed files with 721 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
# IntelliJ IDEA
.idea/