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:
@@ -2,9 +2,9 @@
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "Frontend Architecture"
|
||||
text: "Enterprise Monorepo"
|
||||
tagline: "A scalable, standardized foundation for Web & Desktop applications. Built for performance, consistency, and velocity."
|
||||
name: 'Frontend Architecture'
|
||||
text: 'Enterprise Monorepo'
|
||||
tagline: 'A scalable, standardized foundation for Web & Desktop applications. Built for performance, consistency, and velocity.'
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Get Started
|
||||
@@ -31,6 +31,7 @@ features:
|
||||
link: /packages/core-api/
|
||||
linkText: Explore Core
|
||||
---
|
||||
|
||||
<div class="custom-divider"></div>
|
||||
<div class="bento-container">
|
||||
<div class="bento-header">
|
||||
@@ -262,4 +263,4 @@ features:
|
||||
padding: 24px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user