Working so far

This commit is contained in:
2022-03-18 13:51:46 -05:00
parent c6e4b86b8f
commit 4f5d3bfbb1
14 changed files with 621 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
/.idea/
*.iml
/target/
# OS
.DS_Store
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Gradle
/build/
/.gradle/