Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"permissions": {
"deny": [
"mcp__claude_ai_ClickUp__*",
"mcp__claude_ai_Gmail__*",
"mcp__claude_ai_Google_Calendar__*",
"mcp__claude_ai_Google_Drive__*",
"mcp__claude_ai_Slack__*",
"mcp__claude_ai_Fireflies__*"
]
}
}
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ docs/guide/built-in-functions.md
# Wrangler (Cloudflare Workers) local state
.wrangler
.dev.vars*

# Infisical local project link — contains workspaceId (infra inventory, HOT/SZBI:
# stays in personal private repos only, never in a public repo)
.infisical.json

# Claude Code project-local state (personal, not shared) — .claude/settings.json
# itself IS meant to be committed (repo-wide guardrails), so only ignore the rest.
.claude/settings.local.json
.claude/worktrees/
.claude/scheduled_tasks.lock
Loading