chore: remove useless files

This commit is contained in:
gchust 2025-04-02 11:01:55 +08:00
parent 2ed01d6f8c
commit a69f4eb478
7 changed files with 0 additions and 2645 deletions

View File

@ -1,27 +0,0 @@
---
description:
globs:
alwaysApply: true
---
# Instructions
During your interaction with the user, if you find anything reusable in this project (e.g. version of a library, model name), especially about a fix to a mistake you made or a correction you received, you should take note in the `Lessons` section in the `.cursorrules` file so you will not make the same mistake again.
You should also use the `.cursorrules` file as a Scratchpad to organize your thoughts. Especially when you receive a new task, you should first review the content of the Scratchpad, clear old different task if necessary, first explain the task, and plan the steps you need to take to complete the task. You can use todo markers to indicate the progress, e.g.
[X] Task 1
[ ] Task 2
Also update the progress of the task in the Scratchpad when you finish a subtask.
Especially when you finished a milestone, it will help to improve your depth of task accomplishment to use the Scratchpad to reflect and plan.
The goal is to help you maintain a big picture as well as the progress of the task. Always refer to the Scratchpad when you plan the next step.
# Lessons
## User Specified Lessons
- Due to Cursor's limit, when you use `git` and `gh` and need to submit a multiline commit message, first write the message in a file, and then use `git commit -F <filename>` or similar command to commit. And then remove the file. Include "[Cursor] " in the commit message and PR title.
## Cursor learned
- When searching for recent news, use the current year (2025) instead of previous years, or simply use the "recent" keyword to get the latest information
# Scratchpad

View File

@ -1,31 +0,0 @@
---
description:
globs:
alwaysApply: true
---
---
description: Global coding standards and best practices for the project.
globs: "**/*"
alwaysApply: true
---
# Global Project Guidelines
- **TypeScript Practices**:
- Enforce strict typing with explicit type definitions.
- Prefer interfaces over type aliases for object shapes.
- Avoid the use of `any`; strive for precise types.
- **React Guidelines**:
- Employ functional components exclusively.
- Utilize React hooks for state and side effects management.
- Ensure components are reusable and adhere to the Single Responsibility Principle.
- **Ant Design Integration**:
- Import Ant Design components as needed to optimize bundle size.
- Customize Ant Design themes to align with project branding.
- **CSS-in-JS Styling**:
- Use a CSS-in-JS solution (e.g., styled-components or @emotion/styled) for component styling.
- Define styles within the same file as the component for better cohesion.
- Avoid inline styles; encapsulate styles within styled components or equivalent.

View File

@ -1,23 +0,0 @@
---
description:
globs:
alwaysApply: false
---
---
description: Standards and practices for React components.
globs: "src/components/**/*.tsx"
---
# Component Guidelines
- **File Structure**:
- Each component should reside in its own folder within `src/components/`.
- Include related files such as styles and tests within the same folder.
- **Naming Conventions**:
- Use PascalCase for component names.
- Suffix component files with `.tsx`.
- **Testing**:
- Write unit tests for each component using Jest and React Testing Library.
- Ensure tests cover various states and interactions of the component.

View File

@ -1,23 +0,0 @@
---
description:
globs:
alwaysApply: true
---
---
description: Guidelines for writing and maintaining project documentation using Dumi.
globs: "docs/**/*.md"
---
# Documentation Guidelines
- **Structure**:
- Organize documentation files within the `docs` directory.
- Use a clear and consistent hierarchy to facilitate navigation.
- **Content**:
- Provide comprehensive explanations and examples for components and features.
- Keep language clear and concise, suitable for both new and experienced developers.
- **Dumi Integration**:
- Utilize Dumi's features to create interactive and visually appealing documentation.
- Ensure that documentation is updated alongside code changes to maintain accuracy.

File diff suppressed because it is too large Load Diff

26
repos
View File

@ -1,26 +0,0 @@
packages/ | git@github.com:nocobase/pro-plugins.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-file-storage-s3-pro.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-backups.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-workflow-approval.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-auth-wecom-huaxiabank.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-auth-ldap.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-departments.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-audit-logger.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-auth-dingtalk.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-data-visualization-echarts.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-data-source-external-oracle.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-auth-wecom.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-block-multi-step-form.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-auth-oidc.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-email-manager.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-action-template-print.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-workflow-javascript.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-workflow-json-variable-mapping.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-workflow-subflow.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-workflow-date-calculation.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-block-tree.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-workflow-webhook.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-migration-manager.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-qr-uploader.git
packages/plugins/@nocobase/ | git@github.com:nocobase/plugin-migration-manager.git
packages/plugins/@youchaoyun/ | git@github.com:nocobase/youchaoyun.git