From 42d665b58dd50ddd1e91fe8198a00e391fdf8202 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 12 一月 2024 15:00:59 +0800 Subject: [PATCH] 仓库查询修改 --- .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