build: gitignore .claude/settings.local.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>main
parent
7d5d364193
commit
bfae00d926
|
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"Bash(podman compose logs alertmanager --tail 20)",
|
|
||||||
"Bash(podman compose up -d alertmanager)",
|
|
||||||
"Bash(podman compose logs alertmanager --tail 5)",
|
|
||||||
"Bash(podman compose logs prometheus --tail 10)",
|
|
||||||
"Bash(podman compose up -d prometheus)",
|
|
||||||
"Bash(podman compose logs prometheus --tail 5)",
|
|
||||||
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:9000/prometheus/)",
|
|
||||||
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:9000/prometheus/graph)",
|
|
||||||
"Bash(podman compose up -d nginx)",
|
|
||||||
"Bash(podman compose up -d --force-recreate nginx)",
|
|
||||||
"Bash(nslookup -type=MX kollect.biz)",
|
|
||||||
"Bash(dig MX kollect.biz +short)",
|
|
||||||
"Bash(nslookup mail.kollect.biz)",
|
|
||||||
"Bash(nslookup smtp.kollect.biz)",
|
|
||||||
"Bash(podman compose logs alertmanager --tail 10)",
|
|
||||||
"Bash(pnpx -y @anthropic/serena@latest --help)",
|
|
||||||
"Bash(npx -y @anthropic/serena@latest --help)",
|
|
||||||
"Bash(uv tool list)",
|
|
||||||
"Bash(uvx serena --help)",
|
|
||||||
"Bash(uvx serena-mcp --help)",
|
|
||||||
"Bash(python -c \"import serena; print\\(serena.__file__\\)\")",
|
|
||||||
"Bash(uv pip show serena)",
|
|
||||||
"Bash(uvx --from \"git+https://github.com/oraios/serena\" serena --help)",
|
|
||||||
"Bash(git add src/ tsconfig.json package.json package-lock.json pnpm-lock.yaml)",
|
|
||||||
"Bash(git commit:*)",
|
|
||||||
"Bash(git add justfile .pre-commit-config.yaml setup.ps1)",
|
|
||||||
"Bash(git add .mcp.json .mcp.json.example .env.example)",
|
|
||||||
"Bash(git add .claude/)"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -2,3 +2,4 @@ node_modules/
|
||||||
dist/
|
dist/
|
||||||
.env
|
.env
|
||||||
.mcp.json
|
.mcp.json
|
||||||
|
.claude/settings.local.json
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue