From 66e881deddd09d6f3af61f273f56d3d0a4ac502c Mon Sep 17 00:00:00 2001 From: Tnze Date: Sat, 25 Jan 2020 16:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 2 -- .idea/dictionaries/cjd00.xml | 15 ------------- .idea/go-mc.iml | 8 ------- .idea/inspectionProfiles/Project_Default.xml | 22 -------------------- .idea/misc.xml | 6 ------ .idea/modules.xml | 8 ------- .idea/vcs.xml | 6 ------ .vscode/settings.json | 11 ---------- 8 files changed, 78 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/dictionaries/cjd00.xml delete mode 100644 .idea/go-mc.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .vscode/settings.json diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 5c98b42..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Default ignored files -/workspace.xml \ No newline at end of file diff --git a/.idea/dictionaries/cjd00.xml b/.idea/dictionaries/cjd00.xml deleted file mode 100644 index 382d1c8..0000000 --- a/.idea/dictionaries/cjd00.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - astk - cooldown - craftable - ender - minecraft - mojang - motd - rcon - teleport - - - \ No newline at end of file diff --git a/.idea/go-mc.iml b/.idea/go-mc.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/go-mc.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 51ee0b5..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 7b4181f..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 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index caee8e7..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "go.testFlags": [ - "-v" - ], - "go.toolsEnvVars": { - "GOPROXY": "https://goproxy.cn" - }, - "go.useLanguageServer": true, - "go.formatTool": "gofmt", - "go.inferGopath": true, -} \ No newline at end of file