Files
Mycontent/.gitignore
2026-04-14 16:00:31 +08:00

58 lines
1.2 KiB
Plaintext
Raw Permalink 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/
# 开发文档:全目录纳入版本库并同步 Gitea同步 GitHub 前请自行审阅敏感内容)
.obsidian/
# 二进制/压缩/临时产物
*.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/
Cunkebao
soul-admin/dist
new-soul