Files
life_goals/.claude/settings.local.json
T

12 lines
185 B
JSON
Raw Normal View History

2026-05-24 16:39:16 +08:00
{
"permissions": {
"allow": [
"Bash(git config *)",
2026-05-24 16:43:29 +08:00
"Bash(git add *)",
2026-05-24 16:51:54 +08:00
"Bash(git commit *)",
2026-05-24 16:58:46 +08:00
"Bash(git push *)",
"Bash(git ls-remote *)"
2026-05-24 16:39:16 +08:00
]
}
}