🚀 Initialize Musadaq SaaS: Full Backend + AI + React Dashboard + Docker Setup

This commit is contained in:
Hamza-Ayed
2026-04-16 23:26:32 +03:00
commit d66891ba0f
221 changed files with 13079 additions and 0 deletions

51
.gitignore vendored Normal file
View File

@@ -0,0 +1,51 @@
# ──────────────────────────────────────────────────────────
# مُصادَق (Musadaq) — Git Exclusions
# ──────────────────────────────────────────────────────────
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS Files
.DS_Store
Thumbs.db
# Dependencies
node_modules/
bower_components/
.npm/
# IDEs
.vscode/
.idea/
*.swp
*.swo
# Project specific
dist/
build/
.env
.env.local
.env.production
.npm_cache/
# Flutter specific
.dart_tool/
.packages
.pub-cache/
.pub/
build/
ios/Flutter/Generated.xcconfig
ios/Flutter/flutter_export_environment.sh
macos/Flutter/ephemeral/
android/app/local.properties
android/app/GeneratedPluginRegistrant.java
linux/flutter/ephemeral/
windows/flutter/ephemeral/
*.lock
# Docker
docker-compose.override.yml