mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-23 13:13:09 +00:00
refactor(discover): 重构路由发现模块,增强错误处理和日志记录 fix(constant): 修正TINYINT类型映射为Boolean style(vue): 调整前端模板格式和样式 chore: 清理无用文件和更新依赖项 perf(jinja2): 改进模板工具性能和类型处理 docs: 更新注释和文档字符串 test: 移除过时的测试文件
35 lines
591 B
Plaintext
Executable File
35 lines
591 B
Plaintext
Executable File
__pycache__
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|
|
.git
|
|
|
|
backend/__pycache__
|
|
backend/.vscode
|
|
backend/.idea
|
|
backend/.DS_Store
|
|
backend/venv
|
|
backend/.venv
|
|
backend/.mypy_cache
|
|
backend/.pytest_cache
|
|
backend/logs
|
|
backend/alembic/versions/*
|
|
backend/*.db
|
|
backend/env/*
|
|
|
|
frontend/__pycache__
|
|
frontend/.vscode
|
|
frontend/.idea
|
|
frontend/.DS_Store
|
|
frontend/node_modules
|
|
frontend/dist
|
|
frontend/.husky
|
|
frontend/.env.development
|
|
frontend/.env.production
|
|
frontend/src/types/auto-imports.d.ts
|
|
frontend/src/types/components.d.ts
|
|
|
|
devops/nginx/fastapp/dist
|
|
devops/nginx/fastdocs/dist
|
|
devops/nginx/frontend/dist
|
|
devops/nginx/ssl |