Skip to content

Commit 74139a5

Browse files
committed
fix: add missing debug components and fix test imports
- Fix .gitignore to not ignore src/components/debug/ (was ignoring all debug/ dirs) - Add missing DebugHoverWidget and other debug components to git - Add missing TaskStartedEvent import in event_adapter.rs - Add missing FieldKind import in forms.rs tests - Add missing ApprovalState/ApprovalMode imports in event_loop.rs tests
1 parent 0bac01a commit 74139a5

8 files changed

Lines changed: 3198 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ Thumbs.db
2222
*.log
2323
logs/
2424

25-
# Debug
26-
debug/
25+
# Debug build artifacts (not source directories)
26+
/debug/
27+
**/target/debug/
2728

2829
# Test coverage
2930
*.profraw

0 commit comments

Comments
 (0)