mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
- Added a new BranchAutocomplete component for selecting branches in feature dialogs. - Enhanced BoardView to fetch and display branch suggestions. - Updated CreateWorktreeDialog and EditFeatureDialog to include branch selection. - Modified worktree management to ensure proper handling of branch-specific worktrees. - Refactored related components and hooks to support the new branch management functionality. - Removed unused revert and merge handlers from Kanban components for cleaner code.
16 lines
218 B
Plaintext
16 lines
218 B
Plaintext
#added by trueheads > will remove once supercombo adds multi-os support
|
|
launch.sh
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
.next/
|
|
.automaker/images/
|
|
.automaker/
|
|
/.automaker/*
|
|
/.automaker/
|
|
|
|
/logs
|
|
.worktrees/ |