Files
health-mp/.gitignore
2026-08-24 19:52:51 +08:00

47 lines
703 B
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.

# ===== 依赖 =====
node_modules/
.pnpm-store/
# ===== 构建产物Vite / uni-app / 微信开发者工具输出) =====
dist/
dist-ssr/
unpackage/
__uni__*/
dev/
build/
.mp-weixin/
miniprogram_npm/
miniprogram_dist/
# ===== Vite / TS 缓存 =====
.vite/
*.tsbuildinfo
*.cache/
.eslintcache
# ===== 本地环境配置(含密钥,绝不提交) =====
.env
.env.local
.env.*.local
# ===== 日志 =====
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# ===== IDE / 编辑器 =====
.vscode/
.idea/
*.swp
*.swo
*.sublime-workspace
# ===== 系统文件 =====
.DS_Store
Thumbs.db
# ===== 微信开发者工具私有配置(每人不同) =====
project.private.config.json