chore: update .gitignore and improve coding standards documentation
- Added .cursor/sessions/* to .gitignore to prevent session files from being tracked. - Enhanced coding standards in SKILL.md by adding semicolons to TypeScript examples for consistency. - Improved formatting in continuous learning, detail layout, and other SKILL.md files for better readability. These changes aim to streamline development processes and maintain code quality across the project.
This commit is contained in:
@@ -37,6 +37,7 @@ When determining which package manager to use, the following order is checked:
|
||||
## Configuration Files
|
||||
|
||||
### Global Configuration
|
||||
|
||||
```json
|
||||
// ~/.cursor/package-manager.json
|
||||
{
|
||||
@@ -45,6 +46,7 @@ When determining which package manager to use, the following order is checked:
|
||||
```
|
||||
|
||||
### Project Configuration
|
||||
|
||||
```json
|
||||
// .cursor/package-manager.json
|
||||
{
|
||||
@@ -53,6 +55,7 @@ When determining which package manager to use, the following order is checked:
|
||||
```
|
||||
|
||||
### package.json
|
||||
|
||||
```json
|
||||
{
|
||||
"packageManager": "pnpm@8.6.0"
|
||||
|
||||
Reference in New Issue
Block a user