From c466de62b2b1ee6e1129e48c6c56580152192f4c Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Sun, 15 Mar 2026 15:16:32 +0900 Subject: [PATCH] updated gitignore --- .claude/settings.local.json | 21 --------------------- .gitignore | 5 ++++- 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 1ac9877..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "permissions": { - "allow": [ - "WebFetch(domain:docs.anthropic.com)", - "Bash(cat:*)", - "Bash(lsb_release:*)", - "Bash(find:*)", - "Bash(python:*)", - "Bash(git add:*)", - "Bash(git push:*)", - "WebFetch(domain:docs.github.com)", - "WebFetch(domain:docs.github.com)", - "Bash(ssh:*)", - "Bash(rm:*)" - ], - "deny": [], - "ask": [], - "defaultMode": "acceptEdits" - }, - "outputStyle": "haruki" -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index f1ff9d8..ebc31fb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,7 @@ __pycache__/ # OS files .DS_Store -Thumbs.db \ No newline at end of file +Thumbs.db + +# claude +.claude/ \ No newline at end of file