Collaborative-pixel-art/.claude/settings.local.json
martin dac0c816bc Update editor settings for git operations
- Add git push, add, and commit to allowed bash commands
- Enable automated git workflow for development
2025-08-22 20:19:30 +02:00

28 lines
No EOL
614 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(npm run build:*)",
"Bash(npm view:*)",
"Bash(npm install)",
"Bash(rm:*)",
"Bash(npm run dev:*)",
"Bash(curl:*)",
"Bash(node:*)",
"Bash(taskkill:*)",
"Bash(npx kill-port:*)",
"Bash(mv:*)",
"Bash(move start-dev.js scripts )",
"Bash(move setup.js scripts)",
"Bash(npm run type-check:*)",
"Bash(git push:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": [],
"additionalDirectories": [
"C:\\c\\Users\\marti"
]
}
}