Compare commits
No commits in common. "72cc49e4c9f9f85947a9bc6b25ccf4579d0685da" and "a9af62fd21a964653f34ed5983a0e93f087c402d" have entirely different histories.
72cc49e4c9
...
a9af62fd21
53
.qoderignore
53
.qoderignore
|
|
@ -1,53 +0,0 @@
|
||||||
# ====== 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
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6a4f66832b4025fe97c97eeda73a0a8b343326c6
|
Subproject commit 8a9a70dfee41bdeddeac108baef8d3b9a94f8dd9
|
||||||
Loading…
Reference in New Issue