Initial Project Commit

This commit is contained in:
Orlando M Guerreiro 2025-05-22 19:23:40 +01:00
commit a6dea9c888
2148 changed files with 173870 additions and 0 deletions

45
.gitignore vendored Normal file
View file

@ -0,0 +1,45 @@
# Logs
*.log
logs/
**/logs/
# OS files
.DS_Store
Thumbs.db
# IDEs
.idea/
.vscode/
*.iml
# Build & dependencies (Java)
target/
# Java cache
.classpath
.project
.settings/
.gradle/
build/
# Angular
node_modules/
dist/
.angular/
.output/
.env
.env.*
# Angular cache
.turbo/
.npm/
.cache/
# Docker
*.pid
docker-compose.override.yml
# Misc
*.bak
*.swp
*.tmp