dograh/.worktreeinclude

11 lines
448 B
Text
Raw Normal View History

# 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