- miniprogram: read 页与 member-detail/my;SOP 文档 - soul-api: chapter_preview、book/h5_read 调整;VIP 订单回填 SQL - soul-admin: ContentPage、dist - scripts: pull_from_baota;content_upload、gitignore、对话规则 Made-with: Cursor
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
# 根目录忽略
|
||
.DS_Store
|
||
*.zip
|
||
.env
|
||
.env.*
|
||
!.env.*.example
|
||
__pycache__/
|
||
*.pyc
|
||
*.pyo
|
||
log/
|
||
tmp/
|
||
|
||
# 永不上传到 GitHub
|
||
开发文档/
|
||
|
||
# 二进制/压缩/临时产物
|
||
*.exe
|
||
*.gz
|
||
*.tar
|
||
*.tgz
|
||
*.bak
|
||
|
||
# 各子项目已有 .gitignore,此处仅补充分支通用项
|
||
node_modules/
|
||
|
||
# 小程序本地配置
|
||
miniprogram/project.private.config.json
|
||
|
||
# 管理端本地构建缓存
|
||
soul-admin/.vite/
|
||
|
||
# API 本地运行产物与上传目录
|
||
soul-api/uploads/
|
||
soul-api/wechat/info.log
|
||
soul-api/soul-api-linux
|
||
soul-api/soul-api-new
|
||
|
||
# 备份文件
|
||
*.backup
|
||
|
||
# 本机运营凭证(karuo-party;保留 credentials/README.md)
|
||
.cursor/skills/karuo-party/credentials/cookies/
|
||
.cursor/skills/karuo-party/credentials/.feishu_tokens.json
|
||
.cursor/skills/karuo-party/credentials/*.json
|
||
!.cursor/skills/karuo-party/credentials/README.md
|
||
|
||
# Cursor 索引减负:db-exec 依赖(仓库根已有 node_modules/ 规则,此处显式强调子路径)
|
||
.cursor/scripts/db-exec/node_modules/
|
||
|
||
# 本地技能包临时打包目录
|
||
.tmp_skill_bundle/
|
||
|
||
# 从宝塔拉取的线上运行目录镜像(含 .env / 二进制,勿提交)
|
||
_server_live/
|