diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 5688af0..8830ae0 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -5799,10 +5799,10 @@ trade.realizedPnL += actualRealizedPnL // NOT: result.realizedPnL from SDK * `.env.telegram-bot` - Removed from git tracking (contains bot token) - **Fix Process (Dec 5, 2025):** ```bash - # 1. Update .gitignore first - echo ".env" >> .gitignore - echo ".env.local" >> .gitignore - echo ".env.*.local" >> .gitignore + # 1. Update .gitignore first (add these lines if not present) + # .env + # .env.local + # .env.*.local # 2. Remove from git tracking (keeps local file) git rm --cached .env