- Add mysql and git add permissions to Claude settings - Remove old backup files (db_backup_080625_new.sql, db_backup_250608_1035.sql) - Preserve latest database backup (db_backup_080625.sql) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
477 B
JSON
23 lines
477 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(docker cp:*)",
|
|
"Bash(docker exec:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(docker build:*)",
|
|
"Bash(docker stop:*)",
|
|
"Bash(docker rm:*)",
|
|
"Bash(docker run:*)",
|
|
"Bash(docker network:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(docker-compose up:*)",
|
|
"Bash(mysql:*)",
|
|
"Bash(git add:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |