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.
23 lines
247 B
Plaintext
23 lines
247 B
Plaintext
# 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/
|