From e598e4d2718c41352eafae19284ffe358b8c8181 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期三, 17 七月 2024 18:18:19 +0800 Subject: [PATCH] 修改方法,去除庄口获取庄口列表方法;添加产品来源字典类型;添加字典模糊搜索 --- .gitignore | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 3394805..eac1ac5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,32 @@ +# 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 +conf/config.yaml -- Gitblit v1.8.0