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