chore: Update .gitignore — protect MCP credentials, add NestJS outputs
All checks were successful
Test Asgard Runner / test (push) Successful in 3s
All checks were successful
Test Asgard Runner / test (push) Successful in 3s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -31,3 +31,13 @@ docker/nats_data/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# NestJS
|
||||
backend-nest/node_modules/
|
||||
backend-nest/dist/
|
||||
|
||||
# MCP config (contains credentials)
|
||||
.mcp.json
|
||||
|
||||
# Scratch/debug artifacts
|
||||
browser-error.md
|
||||
|
||||
Reference in New Issue
Block a user