Files
MBTI_wang/.gitignore
卡若 ce55c48c64 feat: 同步今日小程序与后台迭代版本
集中提交今日 API、管理端、小程序与部署文档调整,确保 Gitea 主分支与本地最新开发版本一致。

Made-with: Cursor
2026-04-20 11:07:55 +08:00

39 lines
505 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.

# 依赖
node_modules/
vendor/
# 构建产物
dist/
dist-ssr/
build/
# 环境与敏感信息
.env
.env.local
.env.*.local
.env.local.merge
.env.bak.*
# 宝塔 API 本地密钥deploy_mbti_bt_api.py 可选读取)
scripts/.env.bt
.venv-bt/
# 日志与运行时
*.log
api/runtime/log/
api/runtime/cache/
api/runtime/temp/
api/runtime/dev-*.pid
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# 小程序私有配置(含 AppID 等)
miniprogram/project.private.config.json
.git222/
.cursor/
.git2222/