summaryrefslogtreecommitdiff
path: root/.claude/settings.local.json
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-01-30 21:10:01 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-01-30 21:10:01 +0100
commit87a71529cf743f1c84da7b39deb09c5e4a99225d (patch)
tree3cac8f0085bab73f3d94835f67f5dd98743af919 /.claude/settings.local.json
parent650249e1a8fe7d6645bb712026930dd7e8906ef8 (diff)
chore: gitignore .claude/settings.local.json
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to '.claude/settings.local.json')
-rw-r--r--.claude/settings.local.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json
deleted file mode 100644
index cf2e0e0..0000000
--- a/.claude/settings.local.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "permissions": {
- "allow": [
- "Bash(pnpm dev)",
- "Bash(pnpm build)",
- "Bash(pnpm postbuild)",
- "Bash(pnpm preview)",
- "Bash(pnpm lint)",
- "Bash(pnpm format)",
- "Bash(pnpm format:*)",
- "Bash(pnpm check)",
- "Bash(pnpm install)",
- "Bash(git *)",
- "WebFetch(domain:docs.joinmastodon.org)",
- "Bash(python3:*)",
- "Bash(node:*)",
- "Bash(pnpm import:mastodon:*)",
- "Bash(pnpm build:*)"
- ],
- "deny": []
- }
-}