feat(cleanup): Remove obsolete vitepress-docs and web-docs files
- Deleted various files and directories from vitepress-docs and web-docs, including configuration files, cache dependencies, and documentation files, to streamline the project structure. - This cleanup aims to enhance maintainability and reduce clutter by removing unused or outdated components.
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"name": "@goodgo/vitepress-docs",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vitepress dev",
|
||||
"build": "vitepress build",
|
||||
"preview": "vitepress preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mermaid": "^11.12.2",
|
||||
"vitepress": "^1.6.3",
|
||||
"vitepress-plugin-mermaid": "^2.0.17",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"setup-worktree": [
|
||||
"npm install"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
# Cursor Rules Configuration
|
||||
|
||||
## Model Preference
|
||||
- Sử dụng model có khả năng reasoning tốt nhất cho các tác vụ phức tạp
|
||||
- Ưu tiên model có khả năng deep thinking và problem solving
|
||||
- Luôn sử dụng best model available cho code analysis và debugging
|
||||
|
||||
## Coding Standards
|
||||
- Luôn suy nghĩ từng bước trước khi code
|
||||
- Mô tả kế hoạch chi tiết trước khi implement
|
||||
- Kiểm tra lint sau mỗi lần chỉnh sửa code
|
||||
- Luôn output bằng tiếng Việt
|
||||
|
||||
## Best Practices
|
||||
- Áp dụng Cursor Rules và đọc Cursor Rules trước khi làm việc
|
||||
- Sử dụng Expert Coding approach
|
||||
- Think carefully before answering
|
||||
41
apps/web-docs/.gitignore
vendored
41
apps/web-docs/.gitignore
vendored
@@ -1,41 +0,0 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/versions
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user