Skip to content

Commit 3e550b0

Browse files
authored
Merge pull request modelcontextprotocol#48 from sammyl720/update-typescript-docs-env
Update documentation to include hiding .env
2 parents f02570c + 42c5939 commit 3e550b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/first-server/typescript.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ This guide uses the OpenWeatherMap API. You'll need a free API key from [OpenWea
4141
```bash
4242
OPENWEATHER_API_KEY=your-api-key-here
4343
```
44+
Make sure to add your environment file to `.gitignore`
45+
```bash
46+
.env
47+
```
4448
</Step>
4549
</Steps>
4650

0 commit comments

Comments
 (0)