From dcaa1f8c3c32d9403946d64562677ee7f04c5dca Mon Sep 17 00:00:00 2001 From: denshooter Date: Mon, 2 Mar 2026 02:22:23 +0100 Subject: [PATCH] chore: remove accidental files from tracking, gitignore .claude/ and ._* Co-Authored-By: Claude Sonnet 4.6 --- ._.env | Bin 4096 -> 0 bytes .claude/settings.local.json | 12 ------------ .gitignore | 4 ++++ 3 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 ._.env delete mode 100644 .claude/settings.local.json diff --git a/._.env b/._.env deleted file mode 100644 index ffa6093bb85cfe9e412fb5aae03c6c17e31f3c58..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4096 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDJkFz{^v(m+1nBL)UWIUt(=a103vf+zv$ zV3+~K+-O=D5#plB`MG+D1qC^&dId%KWvO|IdC92^j7$s;O* diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 5b9970f..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(git remote:*)", - "Bash(git pull:*)", - "Bash(git checkout:*)", - "Bash(git merge:*)", - "Bash(git push:*)", - "Bash(git add:*)" - ] - } -} diff --git a/.gitignore b/.gitignore index 9a0b3ab..67ac8d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# Local tooling +.claude/ +._* + # dependencies /node_modules /.pnp