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 044a4f3..4c388d2 100644
--- a/service/notify.proto
+++ b/service/notify.proto
@@ -74,9 +74,6 @@ message EmailSendReq {
string title = 2; // 邮件标题
string content = 3; // 邮件内容
Operator operator = 4; // 操作类型
- // string company_name = 5; // fs公司名
- // string confirmation_link = 6; // fs确认连接
- // string sender_name = 7; // 发送人
optional google.protobuf.Struct metadata = 5; // 扩展参数
}