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