From 44bba3c3479d8b9cd04ef4087762f9f960c5bb55 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期四, 23 十一月 2023 20:17:10 +0800 Subject: [PATCH] 获取客户列表grpc客户端 --- .gitignore | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 3394805..b597af9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,31 @@ +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# Folders +_obj +_test + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go + +*.exe +*.test .vscode .idea *.db vendor logs -wms* \ No newline at end of file +wms* +WMS* +*.bleve -- Gitblit v1.8.0