refactor: Update .gitignore to include MCP Server build and environment files

This commit is contained in:
Simon Larsen
2025-06-27 13:05:26 +01:00
parent 907d3308d5
commit 1cc057d256

7
.gitignore vendored
View File

@@ -125,6 +125,7 @@ TerraformTest/**
terraform-provider-example/**
# MCP Hello World Server
mcp-hello-world/build/
mcp-hello-world/.env
# MCP Server
MCP/build/
MCP/.env
MCP/node_modules