From 81a3ff6f4a9103cb6efdcc2f69e35dde39be5f7b Mon Sep 17 00:00:00 2001 From: Yuan Xie Date: Thu, 17 Sep 2020 16:19:36 +0800 Subject: [PATCH] do not commit idea folder --- .gitignore | 2 ++ .idea/$CACHE_FILE$ | 87 ---------------------------------------------- .idea/.gitignore | 8 ----- .idea/dictionaries | 6 ---- .idea/kt.iml | 8 ----- .idea/misc.xml | 4 --- .idea/modules.xml | 8 ----- .idea/vcs.xml | 6 ---- 8 files changed, 2 insertions(+), 127 deletions(-) delete mode 100644 .idea/$CACHE_FILE$ delete mode 100644 .idea/.gitignore delete mode 100644 .idea/dictionaries delete mode 100644 .idea/kt.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 3fa5ddc..750beeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /kt /quickfix +.idea/* +.vscode/* \ No newline at end of file diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ deleted file mode 100644 index f7d81f2..0000000 --- a/.idea/$CACHE_FILE$ +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - AccessibilityHTML - - - Assignment issuesJavaScript - - - Bitwise operation issuesJavaScript - - - CSS - - - Code quality toolsJavaScript - - - Code style issuesGo - - - Control flow issuesJavaScript - - - DOM issuesJavaScript - - - EditorConfig - - - General - - - GeneralGo - - - GeneralJavaScript - - - Go - - - HTML - - - JavaScript - - - Naming conventionsJavaScript - - - Potentially confusing code constructsJavaScript - - - Probable bugsCSS - - - Probable bugsJavaScript - - - Python - - - RELAX NG - - - RegExp - - - SQL - - - XPath - - - XSLT - - - - - - \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 73f69e0..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/dictionaries b/.idea/dictionaries deleted file mode 100644 index fbbecce..0000000 --- a/.idea/dictionaries +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/kt.iml b/.idea/kt.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/kt.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 001b059..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index b5c824d..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