From 01b7fe4b7b3a78e770de158e9e66105a7da5f4c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E6=BC=8F=E6=B4=9E?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=8C=E6=88=90?= <>
Date: Thu, 3 Jul 2025 10:15:19 +0800
Subject: [PATCH] remove .idea
---
.gitignore | 2 -
.idea/go_mqtt.iml | 9 ----
.idea/modules.xml | 8 ----
.idea/vcs.xml | 6 ---
.idea/workspace.xml | 113 --------------------------------------------
install_go_get.sh | 2 +
6 files changed, 2 insertions(+), 138 deletions(-)
delete mode 100755 .idea/go_mqtt.iml
delete mode 100755 .idea/modules.xml
delete mode 100755 .idea/vcs.xml
delete mode 100755 .idea/workspace.xml
diff --git a/.gitignore b/.gitignore
index 6a9a342..1fb17ee 100755
--- a/.gitignore
+++ b/.gitignore
@@ -10,8 +10,6 @@
*.dylib
.idea
.idea/*
-/.idea
-/.idea/*
# Test binary, built with `go test -c`
*.test
diff --git a/.idea/go_mqtt.iml b/.idea/go_mqtt.iml
deleted file mode 100755
index 5e764c4..0000000
--- a/.idea/go_mqtt.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100755
index ccad03b..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100755
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 100755
index a2a344f..0000000
--- a/.idea/workspace.xml
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
\ No newline at end of file
diff --git a/install_go_get.sh b/install_go_get.sh
index 8553a14..44cd6ca 100755
--- a/install_go_get.sh
+++ b/install_go_get.sh
@@ -1,4 +1,6 @@
+#remove .idea in remote
+#git rm -r --cached .idea
#export GOPROXY=https://goproxy.io
#mysql driver
go get -u github.com/go-sql-driver/mysql