feat: Implement CoverageWidget for daily coverage metrics on the client home page and add .gitignore.
This commit is contained in:
19
apps/.gitignore
vendored
Normal file
19
apps/.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user