From d52a7da1168eb2723da4d8da31f57e7c2d105cd4 Mon Sep 17 00:00:00 2001
From: au_miner <358671982@qq.com>
Date: Mon, 15 Apr 2024 15:32:50 +0800
Subject: [PATCH] 1. jrpc init
---
.idea/.gitignore | 8 ++++++++
.idea/grpc-go.iml | 9 +++++++++
.idea/modules.xml | 8 ++++++++
.idea/vcs.xml | 6 ++++++
4 files changed, 31 insertions(+)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/grpc-go.iml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/vcs.xml
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 000000000..35410cacd
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/grpc-go.iml b/.idea/grpc-go.iml
new file mode 100644
index 000000000..5e764c4f0
--- /dev/null
+++ b/.idea/grpc-go.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 000000000..cd9161271
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 000000000..35eb1ddfb
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file