Initial commit: Uruk Prize Platform architecture, backend core, mobile app, gateway caller & deployment pipeline

This commit is contained in:
Hamza-Ayed
2026-09-18 17:12:05 +03:00
commit 879dd36f1b
1149 changed files with 97122 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# OS & System
.DS_Store
Thumbs.db
# Environment & Secrets
.env
*.pem
*.key
# PHP Backend
backend/vendor/
backend/storage/logs/*.log
# Flutter Mobile Application
mobile/.dart_tool/
mobile/.packages
mobile/.flutter-plugins
mobile/.flutter-plugins-dependencies
mobile/build/
mobile/.idea/
mobile/*.iml
mobile/ios/.symlinks/
mobile/ios/Pods/
# Android Gateway
gateway-caller/build/
gateway-caller/.gradle/
gateway-caller/.idea/
gateway-caller/local.properties
gateway-caller/*.iml