Add ignore patterns for: - Cache files (storage/cache/*.cache.php) - PHPStan cache (var/phpstan/cache/**) - Temporary debug output directories - Cookies and session files This prevents committing: ✅ Generated cache files ✅ PHPStan analysis cache ✅ Temporary test outputs ✅ Sensitive session data
698 B
698 B