EC-21: FEAT: Added new Java package and initialized the repo
All checks were successful
PR Management Bot / pr-bot (pull_request) Successful in 7s
PR Title Checker / Validate PR Title Format (pull_request) Successful in 2s

Refers Evercatch/evercatch-board#21
This commit is contained in:
2026-02-19 21:24:58 +00:00
parent 1730f64723
commit e66227afc4
19 changed files with 1615 additions and 30 deletions

13
.gitignore vendored
View File

@@ -3,6 +3,19 @@
.env.*
!.env.example
# Java / Maven / Gradle
target/
*.class
*.jar
*.war
*.ear
.gradle/
build/
!gradle-wrapper.jar
.gradletasknamecache
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# Python
__pycache__/
*.py[cod]