mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
移除未使用的依赖如vxe-table和lodash-es 删除冗余的lint和prettier配置文件 统一代码格式,简化模板语法 调整表格列宽和操作按钮布局 修复profile页面性别默认值问题
24 lines
301 B
Plaintext
Executable File
24 lines
301 B
Plaintext
Executable File
__pycache__
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|
|
.git
|
|
|
|
backend/__pycache__
|
|
backend/.vscode
|
|
backend/.idea
|
|
backend/.DS_Store
|
|
backend/venv
|
|
backend/logs
|
|
backend/*.db
|
|
backend/site
|
|
|
|
frontend/__pycache__
|
|
frontend/.vscode
|
|
frontend/.idea
|
|
frontend/.DS_Store
|
|
frontend/node_modules
|
|
frontend/dist
|
|
frontend/dist
|
|
frontend/.husky
|