- Code style: PSR-12 for PHP, 2-space indent for JS/TS/YAML - Inspection profile: Laravel-friendly, reduced noise in vendor - Run configurations: Composer test/lint, PHPStan, clone-repos - Scopes: Packages, Vendor, Tests for focused searches - Dictionary: Project-specific terms (agentic, livewire, etc.) - PHP 8.4 language level, Laravel Idea multimodule support - File watcher: Pint auto-format (disabled by default) - Excludes: vendor/ and node_modules/ for faster indexing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
217 B
Text
17 lines
217 B
Text
# User-specific files
|
|
/workspace.xml
|
|
/tasks.xml
|
|
/shelf/
|
|
/httpRequests/
|
|
/dataSources/
|
|
/dataSources.local.xml
|
|
/copilot*.xml
|
|
|
|
# Sensitive data
|
|
/webServers.xml
|
|
/deployment.xml
|
|
/.env
|
|
|
|
# OS/editor artifacts
|
|
*.iws
|
|
.DS_Store
|