- Initialize Ionic tabs project with Angular 20 and Capacitor 8 - Configure 4-tab layout: Journal, Stats, Plans, Profile - Create feature modules with lazy loading (home, stats, search, profile) - Add core services stubs (meal, calorie-estimator, auth, storage) - Add modal placeholders for manual and LLM input - Apply Precision Vitality design system (colors, fonts, tonal layering) - Configure Lexend + Plus Jakarta Sans typography - Implement no-border design rule with tonal surface hierarchy - Add food dictionary for AI calorie estimation - Configure environment files with Firebase placeholders - Set Capacitor appId: run.i_a.calorietracker - Verify: ionic build and cap sync pass successfully Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
54 lines
585 B
Plaintext
54 lines
585 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.npm
|
|
|
|
# Build
|
|
www/
|
|
dist/
|
|
|
|
# Capacitor native projects
|
|
android/
|
|
ios/
|
|
|
|
# Environment files (contain secrets)
|
|
src/environments/environment.ts
|
|
src/environments/environment.prod.ts
|
|
|
|
# Firebase
|
|
.firebase/
|
|
google-services.json
|
|
GoogleService-Info.plist
|
|
functions/node_modules/
|
|
functions/lib/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Keystore (signing keys)
|
|
*.keystore
|
|
*.jks
|
|
|
|
# Ionic/Angular generated
|
|
.angular/
|
|
.sass-cache/
|
|
connect.lock
|
|
coverage/
|
|
e2e/
|
|
testem.log
|
|
typings/
|
|
|
|
# Temp scaffold
|
|
tmp-ionic-scaffold/
|
|
|
|
# Misc
|
|
*.log
|
|
npm-debug.log*
|