initial commit

Signed-off-by: Jack Fitch <55409055+Jack1424@users.noreply.github.com>
This commit is contained in:
Jack Fitch
2022-10-20 19:47:25 -04:00
commit 6405c16d64
12 changed files with 605 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# User-specific IDEA files
.idea
*.iml
# Gradle build files
.gradle
**/build/
!src/**/build/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath