claude gitignore

This commit is contained in:
2026-08-04 10:46:28 +02:00
parent dd4fc4e732
commit 39572b7e92
2 changed files with 2 additions and 63 deletions

2
.gitignore vendored
View File

@@ -21,3 +21,5 @@ claude/.claude/*
/nvim/.config/nvim/lazy-lock.json
/pi/.pi/agent/extensions/pi-ask-mcp/package-lock.json
pi/.pi/agent/themes
/claude/.claude/settings.json
/.claude/settings.json

View File

@@ -1,63 +0,0 @@
{
"permissions": {
"defaultMode": "bypassPermissions"
},
"model": "opus[1m]",
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "node /home/jonas/.agent-session-bridge/runtime/packages/claude-code/dist/claude-code/src/hook-cli.js session-start",
"async": true
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "node /home/jonas/.agent-session-bridge/runtime/packages/claude-code/dist/claude-code/src/hook-cli.js stop",
"async": true
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "ccstatusline",
"padding": 0,
"refreshInterval": 10
},
"enabledPlugins": {
"rust-analyzer-lsp@claude-plugins-official": false,
"qmd@qmd": false
},
"extraKnownMarketplaces": {
"claude-pulse": {
"source": {
"source": "github",
"repo": "NoobyGains/claude-pulse"
}
}
},
"outputStyle": "verbose",
"viewMode": "verbose",
"effortLevel": "xhigh",
"promptSuggestionEnabled": false,
"awaySummaryEnabled": false,
"agent": "minimal",
"showThinkingSummaries": true,
"skipDangerousModePermissionPrompt": true,
"theme": "auto",
"editorMode": "normal",
"remoteControlAtStartup": false,
"inputNeededNotifEnabled": true,
"useAutoModeDuringPlan": false
}