chore(git): 更新 .gitignore 配置

- 移除对 /example/build/ 目录的忽略规则
- 保留 /coverage/ 目录的忽略规则
This commit is contained in:
2026-03-30 17:21:58 +08:00
parent d41de7ee8f
commit 8776f3e64d
4 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@@ -30,5 +30,4 @@ migrate_working_dir/
.dart_tool/ .dart_tool/
.flutter-plugins-dependencies .flutter-plugins-dependencies
/build/ /build/
/coverage/ /coverage/
/example/build/