mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
chore: add Conductor per-worktree dev setup (.conductor/ + .worktreeinclude)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0a6f7673b5
commit
c099dad03d
10 changed files with 352 additions and 0 deletions
10
.worktreeinclude
Normal file
10
.worktreeinclude
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Conductor: gitignored files copied from the main checkout into every new
|
||||
# workspace (git worktree), BEFORE .conductor/setup.sh runs. These hold real
|
||||
# secrets and are .gitignored, so a fresh worktree wouldn't otherwise have them.
|
||||
# Patterns are gitignore-style. Adding this file overrides Conductor's default
|
||||
# ".env*" copy, so list everything local dev needs explicitly.
|
||||
api/.env
|
||||
api/.env.test
|
||||
ui/.env
|
||||
ui/.env.local
|
||||
ui/.env.sentry-build-plugin
|
||||
Loading…
Add table
Add a link
Reference in a new issue