From 8d1d3ae797b3734c350d955c4bf9892425fcf3a1 Mon Sep 17 00:00:00 2001 From: Richard Wilkes Date: Mon, 18 Mar 2024 20:59:32 -0700 Subject: [PATCH] Switching to vscode - remove unnecessary .idea files --- .idea/.gitignore | 2 - .idea/codeStyles/Project.xml | 25 ------- .idea/codeStyles/codeStyleConfig.xml | 5 -- .idea/copyright/Richard_Wilkes.xml | 7 -- .idea/copyright/profiles_settings.xml | 10 --- .idea/dictionaries/rich.xml | 78 -------------------- .idea/encodings.xml | 6 -- .idea/go.imports.xml | 13 ---- .idea/inspectionProfiles/Project_Default.xml | 33 --------- .idea/markdown.xml | 9 --- .idea/misc.xml | 6 -- .idea/modules.xml | 8 -- .idea/toolbox.iml | 9 --- .idea/vcs.xml | 13 ---- 14 files changed, 224 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/copyright/Richard_Wilkes.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/dictionaries/rich.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/go.imports.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/markdown.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/toolbox.iml delete mode 100644 .idea/vcs.xml 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/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 06cd601..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/copyright/Richard_Wilkes.xml b/.idea/copyright/Richard_Wilkes.xml deleted file mode 100644 index 049ba4b..0000000 --- a/.idea/copyright/Richard_Wilkes.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index 494b099..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/dictionaries/rich.xml b/.idea/dictionaries/rich.xml deleted file mode 100644 index 72ac880..0000000 --- a/.idea/dictionaries/rich.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - addrs - affero - appdata - atexit - causef - cmds - deadcode - debugf - depguard - discarder - divmod - errcheck - errorf - funcs - gocritic - goexit - golint - gosec - hier - htmltmpl - infof - initialisms - jotrotate - liberapay - licensable - logadapter - lpstr - marshaler - minima - mkembeddedfs - modtime - mozilla - msgf - natpmp - netbsd - newf - nomodtime - opcode - openbsd - otechie - patreon - prealloc - prefixer - randomizer - richardwilkes - rotator - scanbeam - scopelint - smtp - softref - solaris - sprintf - strconv - strs - subprocess - taskqueue - termios - texttmpl - tidelift - timef - tmpls - trollworks - uncompress - unmarshaler - unsanitize - usernames - varcheck - warnf - xhttp - xlsx - xmath - xmpp - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index c2bae49..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/go.imports.xml b/.idea/go.imports.xml deleted file mode 100644 index 2c77928..0000000 --- a/.idea/go.imports.xml +++ /dev/null @@ -1,13 +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 b7b5255..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/markdown.xml b/.idea/markdown.xml deleted file mode 100644 index 1e34094..0000000 --- a/.idea/markdown.xml +++ /dev/null @@ -1,9 +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 5ac0021..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/toolbox.iml b/.idea/toolbox.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/toolbox.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 029a1a8..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file