Files
jaxwsdemo/.claude/settings.local.json
2025-12-05 11:49:01 +01:00

27 lines
1.0 KiB
JSON

{
"permissions": {
"allow": [
"Bash(dir /B:*)",
"Bash(docker-compose up:*)",
"Bash(docker-compose logs:*)",
"Bash(curl:*)",
"Bash(docker exec:*)",
"Bash(winpty docker exec:*)",
"Bash(docker-compose down:*)",
"Bash(docker logs:*)",
"Bash(pip install:*)",
"Bash(python:*)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit -m \"$(cat <<''EOF''\nInitial commit: JAX-WS Hello World Service\n\n- Complete JAX-WS Hello World implementation\n- Docker and Docker Compose support for easy deployment\n- Python test scripts for service validation\n- Comprehensive README with setup instructions for Windows and Linux\n- Maven configuration with JAX-WS dependencies\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>\nEOF\n)\")",
"Bash(git remote add:*)",
"Bash(git push:*)",
"Bash(git commit:*)",
"Bash(docker-compose ps:*)",
"Bash(tree:*)"
],
"deny": [],
"ask": []
}
}