Files
ai-chat/.continue/rules/shared-components-location.md
T
2026-06-10 18:22:27 +02:00

7 lines
262 B
Markdown

---
globs: src/Shared/**/*.php
description: Reduces duplication and promotes consistency throughout the application.
alwaysApply: true
---
Common components like DTOs, Interfaces, Helpers, and Exceptions are placed in the Shared layer for reuse across features.