Files
falah-mobile/.gitignore
T
wmj 2dd257533e 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
2026-06-28 23:29:24 +02:00

50 lines
668 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.gstack/
# 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