feat(init): init

This commit is contained in:
darwincereska
2025-11-18 03:03:08 -05:00
commit f6e7cdae89
12 changed files with 671 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Gradle build
.gradle/
build/
out/
# Kotlin/Java compiled files
*.class
*.jar
*.war
*.ear
# Gradle wrapper
gradle/wrapper/gradle-wrapper.jar
gradle.properties
#IDEs
#IntelliJ Idea
.idea/
*.iml
*.iws
*.ipr
#VS Code
.vscode/
# OS-Specific
.DS_Store
Thumbs.db
# Logs and Temporary
*.log
tmp/