Move apps to mobile directory structure

Relocated all app directories (client, design_system_viewer, staff) and their contents under the new 'apps/mobile' path. This change improves project organization and prepares for future platform-specific structuring.
This commit is contained in:
Achintha Isuru
2026-01-22 10:17:19 -05:00
parent 2f992ae5fa
commit cf59935ec8
982 changed files with 3 additions and 2532 deletions

22
apps/mobile/.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Old apps prototypes
prototypes/*
# AI prompts
ai_prompts/*
# Docs
docs/*
# Template feature
packages/features/shared/template_feature/*
# Generated files
*.g.dart
*.freezed.dart
# Dart/Flutter
.dart_tool/
.packages
.pub-cache/
.pub/
build/