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

11 lines
154 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 *)",
"Bash(git push *)"
2026-05-24 16:39:16 +08:00
]
}
}