From 2dd257533e5caeb61704b3d97bba6159623b1f3a Mon Sep 17 00:00:00 2001 From: WMJ Ismail Date: Sun, 28 Jun 2026 23:29:24 +0200 Subject: [PATCH] snapshot: pre-wallet-migration state - 2026-06-28_23:29 Complete mobile app snapshot before Islamic finance wallet migration: - Netlify serverless deployment prepared - Prisma schema migrated to Postgres (falah_mobile_v1) - Casdoor OIDC integration stubs - FLH wallet UI with Zakat, Sadaqah, Hibah, Waqf pages - Mobile API routes proxying to UmmahID backend --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 28eae2f..53cb6ee 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,6 @@ next-env.d.ts # generated TTS audio (large binary files — run scripts/generate-tts-local.js locally) public/audio/learn/**/*.m4a public/audio/learn/**/*.wav + +# Local Netlify folder +.netlify