fix: unignore flutter coverage folders and tracking them

This commit is contained in:
2026-02-20 19:23:06 +05:30
parent 8849bf2273
commit 24835f127e
6 changed files with 254 additions and 0 deletions

2
.gitignore vendored
View File

@@ -83,6 +83,8 @@ node_modules/
dist/
dist-ssr/
coverage/
!**/lib/**/coverage/
!**/src/**/coverage/
.nyc_output/
.vite/
.temp/