first commit

This commit is contained in:
biglyderv 2025-02-28 17:36:29 -05:00
commit e10bdbe654
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
12 changed files with 489 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
gradle-app.setting
# 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
# IntelliJ IDEA
.idea