7 lines
295 B
Plaintext
7 lines
295 B
Plaintext
---
|
|
description: Maintains project structure, emphasizes meaningful names for files/directories, and avoids unnecessary clutter.
|
|
globs: **/*.*
|
|
---
|
|
- Maintain a clear and organized project structure.
|
|
- Use meaningful names for files and directories.
|
|
- Avoid clutter by removing unnecessary files. |