post-bank-point-mall/.qoderignore

54 lines
849 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.

# ====== IDE 配置 ======
.idea/
.vscode/
*.iml
# ====== 编译产物 ======
bin/
*.exe
*.dll
*.so
*.dylib
# ====== 日志和临时文件 ======
logs/
*.log
*.tmp
*.temp
*.swp
*.swo
# ====== 测试产物 ======
coverage.out
*.test
*.prof
# ====== 依赖和缓存 ======
vendor/
go.sum
node_modules/
# ====== 文档中的二进制文件 ======
docs/**/*.docx
docs/**/*.xlsx
docs/**/*.pdf
docs/**/*.png
docs/**/*.jpg
# ====== 第三方 proto 定义 ======
trans_hub/third_party/
# ====== 其他服务(非主服务)======
# 如果主要开发 post_bank_point_mall可以忽略其他服务减少干扰
# 取消注释以启用:
trans_hub/app/ymt/jd/
trans_hub/app/ymt/pacific/
trans_hub/app/ymt/shrcb/
trans_hub/app/ymt/bank_of_ruifeng/
trans_hub/app/physical_goods/
# ====== 生成的文件 ======
**/wire_gen.go
**/*_gen.go
**/*.pb.go