Commit Graph

4 Commits

Author SHA1 Message Date
dal 1ddc3d5cb6
copy over claude settings 2025-07-26 10:13:43 -06:00
dal 4672f0fcaa
Enhance move-env-to-worktree script to respect gitignore for non-.env files and always include .env files (excluding .env.example). This improves file handling during environment setup in worktrees. 2025-07-25 19:38:21 -06:00
dal 83952f4554
Refactor .env file copying script to implement custom gitignore handling
This update enhances the script by replacing the glob-based search for .env files with a custom directory traversal method that respects .gitignore rules. The new implementation allows for more precise control over which files are included, improving the script's functionality in various project structures.
2025-07-25 19:20:48 -06:00
dal 73e47748f2
Add script to copy .env files from main repo to worktree
This script helps developers quickly set up environment variables in worktrees by copying all .env files from the main repository (~buster/buster) to the current worktree, preserving the directory structure.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-25 19:11:50 -06:00