@@ -18,7 +18,8 @@ Converts a standard git repository to bare worktree structure.
1. Moves `.git/` to `.bare/`
2. Creates `.git` file pointing to `.bare/`
3. Creates worktree for current branch
-4. Removes orphaned files from project root
+4. Copies untracked/ignored files to worktree (preserves `.env`, build artifacts, etc.)
+5. Removes orphaned files from project root
## Example