Example module

This commit is contained in:
Taah
2022-03-05 17:07:32 -08:00
commit f64a34a514
9 changed files with 372 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/