12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
---
|
|
description:
|
|
globs:
|
|
alwaysApply: false
|
|
---
|
|
# File Management
|
|
|
|
- Avoid creating new files whenever possible
|
|
- Modify existing files in place rather than creating copies
|
|
- Use git for version control instead of creating backup files
|
|
- Only create new files when absolutely necessary for new functionality
|