first commit

This commit is contained in:
DahoudG
2025-08-20 21:00:35 +00:00
commit b2a23bdf89
583 changed files with 243074 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Build
target/
**/target/
.mvn/wrapper/maven-wrapper.jar
# IDE
.idea/
.vscode/
*.iml
*.ipr
*.iws
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Environment
.env
.env.local
# Quarkus
.quarkus/
.claude/
.dockerignore
.env.example