summaryrefslogtreecommitdiff
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
parent650249e1a8fe7d6645bb712026930dd7e8906ef8 (diff)
chore: gitignore .claude/settings.local.json
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
-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