Skip to content

Commit df6331a

Browse files
committed
Allow git stash, ln, and uv sync in local settings
(this commit msg was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code
1 parent 65a0080 commit df6331a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"Bash(grep:*)",
1515
"Bash(git mv:*)",
1616
"Bash(python:*)",
17-
"Bash(find:*)"
17+
"Bash(find:*)",
18+
"Bash(git stash:*)",
19+
"Bash(ln:*)",
20+
"Bash(UV_PROJECT_ENVIRONMENT=py313 uv sync:*)"
1821
],
1922
"deny": [],
2023
"ask": []

0 commit comments

Comments
 (0)