chore: add workmux config for worktree-based development (#8015)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ruben Fiszel
2026-02-19 11:56:41 +01:00
committed by GitHub
parent 99018eca0d
commit 9ea9f36e03
5 changed files with 104 additions and 0 deletions

3
.gitignore vendored
View File

@@ -14,6 +14,9 @@ backend/.minio-data
!.aiderignore
rust-client/Cargo.toml
# Worktree-generated port isolation
.env.local
# Symlinked cache directories (for git worktrees)
backend/target
frontend/node_modules