From 266e3f2f399f804d47e0fb042a2f9569a41f5d5f Mon Sep 17 00:00:00 2001 From: Dennis Falling Date: Wed, 3 Jun 2026 20:19:54 +0100 Subject: [PATCH] Stop tracking .workmux.yaml This is local worktree/tmux workflow config that varies per developer, so it shouldn't live in version control. Gitignore it and drop it from the index while keeping the working copy. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 3 +++ .workmux.yaml | 12 ------------ 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 .workmux.yaml diff --git a/.gitignore b/.gitignore index 9b90d1f..5857869 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,6 @@ package-lock.json # don't leak full introspection). Pass its path/URL to `bun run codegen`. /schema.json /schema.graphql + +# workmux — local worktree/tmux workflow config, not shared +/.workmux.yaml diff --git a/.workmux.yaml b/.workmux.yaml deleted file mode 100644 index eb25c87..0000000 --- a/.workmux.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# workmux project configuration -# For global settings, edit ~/.config/workmux/config.yaml - -#------------------------------------------------------------------------------- -# Hooks -#------------------------------------------------------------------------------- - -# Run in each new worktree before the tmux window opens. Trusting the -# project's mise.toml lets the pinned node/bun/java toolchain activate -# without an interactive prompt. -post_create: - - mise trust