- 添加ruoyi-generator模块:代码生成器,支持自动生成CRUD代码和Vue页面 - 添加ruoyi-quartz模块:定时任务管理,基于Quartz实现任务调度 - 添加ruoyi-ui模块:Vue前端项目,包含完整的管理界面和组件 - 添加sql目录:数据库初始化脚本和Quartz相关表结构 - 暂时排除大尺寸图片文件以解决推送限制问题
24 lines
256 B
Plaintext
Executable File
24 lines
256 B
Plaintext
Executable File
.DS_Store
|
|
node_modules/
|
|
dist/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
**/*.log
|
|
|
|
tests/**/coverage/
|
|
tests/e2e/reports
|
|
selenium-debug.log
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.local
|
|
|
|
package-lock.json
|
|
yarn.lock
|