Skip to content

Commit 840d41d

Browse files
author
xingjian.ym
committed
chore: update .gitignore to include all .env.local files and remove backup example environment file for Claude Agent SDK
1 parent d715043 commit 840d41d

File tree

3 files changed

+12
-18
lines changed

3 files changed

+12
-18
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ node_modules
1717
.pnpm-store
1818

1919
**/.poetry-cache
20-
integrations/claude-agent-sdk/typescript/.env.local
20+
**/.env.local
21+
integrations/claude-agent-sdk/**/.env.local
2122
**/pnpm-lock.yaml
2223
pnpm-lock.yaml

integrations/claude-agent-sdk/typescript/examples/.env.local.backup

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Claude Agent SDK Integration - Environment Variables
2+
# Copy this file to .env.local and fill in your actual values
3+
4+
# Anthropic API Key (required for real API tests)
5+
# Get your API key from: https://console.anthropic.com/
6+
# ANTHROPIC_API_KEY=your-anthropic-api-key-here
7+
8+
# Optional for third party service
9+
# ANTHROPIC_AUTH_TOKEN=third-party-auth-token
10+
# ANTHROPIC_BASE_URL=third-party-base-url

0 commit comments

Comments
 (0)