Files
php-dev-router/.gitignore
2026-06-16 18:55:05 +03:30

13 lines
203 B
Plaintext

# Local machine configuration. Copy config.example.json to config.json.
/config.json
# Runtime/test output.
/.php-dev-router.*
/tmp/
# Dependency and editor state.
/vendor/
/.idea/
/.vscode/
.DS_Store