From 0ce854644eec34f9d65c0283c51bc5a9f419a956 Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Mon, 1 Dec 2025 21:25:34 +0300 Subject: [PATCH] chore: remove .claude/settings.local.json from git tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit File is already in .gitignore and should not be tracked. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/settings.local.json | 13 ------------- 1 file changed, 13 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 bb34c6d..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(dir /b /s settings.py)", - "Bash(git add:*)", - "Bash(..venvScriptspython.exe manage.py check)", - "Bash(python:*)", - "Bash(dir:*)" - ], - "deny": [], - "ask": [] - } -}