From c1a6b191b4b3ffc9749976e974a1c1e4c511e903 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 03 十一月 2023 14:57:59 +0800 Subject: [PATCH] 添加登录验证 --- .gitignore | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 3394805..c978dc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,30 @@ +# 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* -- Gitblit v1.8.0