php-devops/.gitignore
Snider c99101a29d feat(ide): add shared JetBrains/PhpStorm configuration
- 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>
2026-02-01 01:22:33 +00:00

33 lines
518 B
Text

# Ignore all cloned packages (they have their own repos)
packages/*
!packages/.gitkeep
# Core CLI cache (transient data, not config)
.core/cache/
# IDE - share useful configs, ignore user-specific
.idea/workspace.xml
.idea/tasks.xml
.idea/shelf/
.idea/httpRequests/
.idea/dataSources/
.idea/dataSources.local.xml
.idea/copilot*.xml
.idea/material_theme*.xml
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Logs
*.log
# Template - remove these lines after setup
# !TEMPLATE_SETUP.md