feat: Implement CoverageWidget for daily coverage metrics on the client home page and add .gitignore.

This commit is contained in:
Achintha Isuru
2026-01-21 16:08:44 -05:00
parent 4a67b2f541
commit eb10254757
3 changed files with 173 additions and 0 deletions

19
apps/.gitignore vendored Normal file
View File

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