From 0baf17897ca23fa53aaacdf5db3b283a7e9d74bd Mon Sep 17 00:00:00 2001 From: grabowski Date: Tue, 7 Apr 2026 16:44:05 +0700 Subject: [PATCH] Remove .claude from repo and add to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/settings.local.json | 26 -------------------------- .gitignore | 1 + 2 files changed, 1 insertion(+), 26 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 de7c2b3..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "permissions": { - "allow": [ - "Read(//c/Users/berwn/.claude/**)", - "Read(//c/Users/berwn/**)", - "Read(//c/dev/b4l_r4l/**)", - "mcp__nocodb__getBaseInfo", - "mcp__nocodb__getTablesList", - "mcp__nocodb__getTableSchema", - "Bash(xargs -I {} head -30 {})", - "Bash(xargs head:*)", - "Bash(npm install:*)", - "Bash(npx svelte-check:*)", - "Bash(npx drizzle-kit:*)", - "Bash(npx svelte-kit:*)", - "Bash(git init:*)", - "Bash(git status:*)", - "Bash(git add:*)", - "Bash(git commit:*)", - "Bash(git:*)", - "mcp__nixos__nix", - "Bash(npm run:*)", - "Bash(ls /c/dev/b4l_r4l/node_modules/bwip-js/dist/*.d.ts)" - ] - } -} diff --git a/.gitignore b/.gitignore index 7364942..6fe7ad0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ static/uploads/** *.db result .direnv +.claude