Initial commit for resilient-core

This commit is contained in:
Orlando M Guerreiro 2025-06-17 10:37:54 +01:00
commit 49fc4b2983
2169 changed files with 175785 additions and 0 deletions

44
.gitignore vendored Normal file
View file

@ -0,0 +1,44 @@
# Logs
*.log
# OS files
.DS_Store
Thumbs.db
# IDEs
.idea/
.vscode/
*.iml
.factorypath
# 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