summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.claude/settings.local.json22
-rw-r--r--.gitignore5
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": []
- }
-}
diff --git a/.gitignore b/.gitignore
index 7ae0d8e..7728d06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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