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