This commit is contained in:
2025-11-10 00:59:40 +08:00
parent 78c46aed71
commit bac96fcbe6
76 changed files with 8726 additions and 0 deletions

30
.gitignore vendored
View File

@@ -45,6 +45,7 @@ nbdist/
!*/build/*.html
!*/build/*.xml
### JRebel ###
rebel.xml
@@ -52,3 +53,32 @@ application-my.yaml
/yudao-ui-app/unpackage/
**/.DS_Store
node_modules
.vscode-test/
*.vsix
.idea
pnpm-lock.yaml
.clineignore
# Ignore coverage directories and files
coverage
coverage-unit
.nyc_output
# But don't ignore the coverage scripts in .github/scripts/
!.github/scripts/coverage/
*evals.env
# E2E Tests
test-results
## CLI pre-release ##
/cli