Initial commit with Flutter and Node.js code

This commit is contained in:
Hamza-Ayed
2026-05-18 14:04:39 +03:00
commit a60a173b51
21 changed files with 3107 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Node.js Backend
whatsapp_bridge/node_modules/
whatsapp_bridge/.wwebjs_auth/
whatsapp_bridge/.wwebjs_cache/
whatsapp_bridge/.puppeteer/
whatsapp_bridge/package-lock.json
# Flutter / Dart
whatsapp_app/.dart_tool/
whatsapp_app/.flutter-plugins
whatsapp_app/.flutter-plugins-dependencies
whatsapp_app/.packages
whatsapp_app/build/
whatsapp_app/ios/Pods/
whatsapp_app/ios/.symlinks/
whatsapp_app/ios/Flutter/Flutter.framework/
whatsapp_app/ios/Flutter/Flutter.podspec
whatsapp_app/android/.gradle/
whatsapp_app/android/app/build/
whatsapp_app/android/local.properties
# OS/IDE
.DS_Store
.idea/
.vscode/
*.swp