19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
### Secrets and local configuration ###
|
|
# Holds the API keys of whoever runs the stack. The .example files are the ones to read.
|
|
.env
|
|
*/.env
|
|
# The live service definitions of one deployment; services.example.json is the documented one.
|
|
dev-server-mcp/services.json
|
|
browser-mcp/services.json
|
|
|
|
### Installed and generated ###
|
|
node_modules/
|
|
coding-agent-mcp/workspace/
|
|
dist/
|
|
*.log
|
|
|
|
### Editor and system ###
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|