Files
soul-yongping/.gitignore
卡若 76965adb23 chore: 清理敏感与开发文档,仅同步代码
- 永久忽略并从仓库移除 开发文档/
- 移除并忽略 .env 与小程序私有配置
- 同步小程序/管理端/API与脚本改动

Made-with: Cursor
2026-03-17 17:50:12 +08:00

40 lines
548 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 根目录忽略
.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