Files
bj_power/.gitignore
T

80 lines
995 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
node_modules/
dist/
build/
*.local
# Go
bin/
target/
tmp/
*.exe
*.exe~
*.dll
*.so
*.dylib
__debug_bin*
vendor/
# 前端产物(npm run build 生成,不纳入版本管理)
/public/
frontend/dist/
frontend/public/
frontend/node_modules/
# 各工程 vite 构建产物:只忽略 hash 命名的 assets,保留 index.html 供 go:embed
/**/public/assets/
/**/web/static/assets/
hbuilderx/
unpackage/
# 日志 / 上传 / 数据
logs/
*.log
uploads/
*.db
dump.rdb
# 工具 / IDE
.idea/
.vscode/
*.iml
.DS_Store
Thumbs.db
.Trae/
.trae/
*.swp
*.swo
*~
*.bak
*.tmp
# 环境变量
.env
.env.*
# 测试
coverage/
.coverage
*.lcov
# MCP/调试产物
.deepseek/
.playwright-mcp/
.claude/
.workbuddy/
debug/
# 各工程编译产物(避免误提交)
**/bin/
**/temp/
# AI 辅助开发工具产物(不入库;文件已移至仓库外 D:/hardman/bj_power_dev/
/e2e_*.py
/shots_capture.py
/build_pdf.py
/demo_seed.py
/shots/
/e2e_tmp/
/__pycache__/
/shots_capture.log