From 1ac21ecf7fc74a74a090e8293049d947a0912346 Mon Sep 17 00:00:00 2001 From: "huangsimin@fusen.cn" Date: Wed, 20 Dec 2023 10:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B2=A1=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 42 +++++++++++++++++++++++++++++++++++++++++- .idea/.gitignore | 0 .idea/modules.xml | 8 -------- .idea/proto.iml | 9 --------- .idea/vcs.xml | 6 ------ .idea/workspace.xml | 31 ------------------------------- service/notify.proto | 1 - 7 files changed, 41 insertions(+), 56 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/modules.xml delete mode 100644 .idea/proto.iml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index 908f699..a98dad6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,44 @@ __debug_* *.7z *.tar *.zip -*.gz \ No newline at end of file +*.gz + + +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib +bin/ +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +#vscode + +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +__debug_bin +__debug_bin* + +.idea +.vscode + +screenlog.* \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 7b71657..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/proto.iml b/.idea/proto.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/proto.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index e03dad9..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/service/notify.proto b/service/notify.proto index 5784c38..83768b3 100644 --- a/service/notify.proto +++ b/service/notify.proto @@ -52,7 +52,6 @@ message EmailSendReq { string target_email = 5; // 发送的目标email Operator operator = 6; // 操作类型 - // string company_name = 5; // fs公司名 // string confirmation_link = 6; // fs确认连接 // string sender_name = 7; // 发送人