From f6b94a6af415c6b092dcc892ffdfe7d16fd7d251 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Fri, 10 Apr 2026 18:07:57 +0700 Subject: [PATCH] chore: untrack .claude/settings.local.json and add to gitignore --- .claude/settings.local.json | 20 -------------------- .gitignore | 5 ++++- 2 files changed, 4 insertions(+), 21 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 bcc8cd0..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(rg:*)", - "Bash(grep:*)", - "Bash(mv:*)", - "Bash(ls:*)", - "Bash(java:*)", - "Bash(git rm:*)", - "Bash(mvn compile:*)", - "Bash(where mvn:*)", - "Bash(where mvn.cmd)", - "Bash(mvn clean:*)", - "Bash(mvn test:*)", - "Bash(python3:*)", - "Bash(npm --version)" - ], - "deny": [] - } -} diff --git a/.gitignore b/.gitignore index a903a16..291dd95 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,7 @@ node_modules web-client/dist # Repomix output -repomix-output.xml \ No newline at end of file +repomix-output.xml + +# Claude Code local overrides +.claude/settings.local.json \ No newline at end of file