mirror of
https://github.com/tiennm99/caro.git
synced 2026-09-04 12:16:16 +00:00
chore: untrack .claude/settings.local.json and add to gitignore
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
}
|
||||
+4
-1
@@ -54,4 +54,7 @@ node_modules
|
||||
web-client/dist
|
||||
|
||||
# Repomix output
|
||||
repomix-output.xml
|
||||
repomix-output.xml
|
||||
|
||||
# Claude Code local overrides
|
||||
.claude/settings.local.json
|
||||
Reference in New Issue
Block a user