Files
FastapiAdmin/.gitignore
T
zhangtao 3f472d1e89 refactor: 重构存储与工作流模块,调整目录结构与初始化逻辑
1.  迁移存储模块功能到工作流模块,合并冗余代码
2.  调整环境配置加载路径与初始化脚本目录
3.  更新文档与前端组件代码适配重构
4.  新增工作流相关CRUD、模型与迁移文件
5.  移除过期模块与冗余代码,优化日志配置
2026-09-03 21:55:31 +08:00

76 lines
859 B
Plaintext
Executable File

__pycache__
*.pyc
*.pyo
*.pyd
.Python
.vscode
.idea
.DS_Store
*.log
*.local
*.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
node_modules
.npm
.pnpm-store
.pnpm-debug.log
backend/logs
backend/*.db
# 用户上传目录,禁止入库
backend/static/upload/
backend/env/.env.dev
backend/env/.env.prod
backend/env/.env.test
docker/.env
docker/nginx/app/dist
docker/nginx/docs/dist
docker/nginx/web/dist
docker/nginx/ssl/*
!docker/nginx/ssl/.gitkeep
frontend/web/.env
frontend/web/.env.development
frontend/web/.env.production
# frontend/docs/*
!frontend/docs/.gitkeep
# frontend/app/*
!frontend/app/.gitkeep
.plan
CLAUDE.md
AGENTS.md
.codebuddy
.agent
.workbuddy