diff options
| -rw-r--r-- | .claude/settings.local.json | 22 | ||||
| -rw-r--r-- | .gitignore | 5 |
2 files changed, 4 insertions, 23 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": [] - } -} @@ -25,4 +25,7 @@ pnpm-debug.log* .astro examples/ -tmp/
\ No newline at end of file +tmp/ + +# Claude Code +.claude/settings.local.json
\ No newline at end of file |
