Files
FastapiAdmin/.gitignore
T
zhangtao d34d4a4c50 chore: 完成多批次代码优化与重构
- 重构工作流模块目录结构,迁移代码文件
- 修复类型断言空值安全问题,添加 ! 操作符
- 优化样式类名,替换 flex-cc 为标准 flex 工具类
- 更新路由标签简化文案,移除冗余注释
- 调整 ruff 配置,放宽行长度限制
- 更新 README 与多语言文案,优化项目描述
- 修复表单、图表组件的类型与样式问题
- 简化搜索表单、数据卡片的布局代码
2026-06-20 05:31:46 +08:00

82 lines
943 B
Plaintext
Executable File

__pycache__
*.pyc
*.pyo
*.pyd
.Python
.vscode
.idea
.DS_Store
*.log
*.local
.env
!.env.example
*.egg
*.egg-info
dist
build
eggs
.eggs
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
.Python
.mypy_cache
.pytest_cache
.ruff_cache
.coverage
htmlcov
.tox
.nox
coverage.xml
*.cover
.hypothesis
.pytype
cython_debug
venv
.venv
ENV
env.bak
venv.bak
node_modules
.npm
.pnpm-store
.pnpm-debug.log
backend/logs
backend/*.db
backend/alembic/versions/*
!backend/alembic/versions/.gitkeep
docker/nginx/app/dist
docker/nginx/docs/dist
docker/nginx/web/dist
docker/nginx/ssl/*
!docker/nginx/ssl/.gitkeep
docker/.env
docker/docker-compose.yaml
frontend/node_modules
frontend/dist
frontend/src/types/auto-imports.d.ts
frontend/src/types/components.d.ts
frontend/.env.development
frontend/.env.production
frontend/web/.env
frontend/docs/*
!frontend/docs/.gitkeep
frontend/app/*
!frontend/app/.gitkeep
.plan
CLAUDE.md
AGENTS.md
.codebuddy