From 8ff57644cceff9d23c27d035f1c83eeea0160acd Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Wed, 17 May 2023 13:36:14 -0700 Subject: [PATCH] cleanup: remove .idea folder --- .gitignore | 3 +++ .idea/.gitignore | 3 --- .idea/misc.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/scoutgw.iml | 9 --------- .idea/vcs.xml | 6 ------ 6 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/scoutgw.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 3b735ec..6b98c69 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ # Go workspace file go.work + +# ignore IntelliJ directories +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 639900d..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 c82fd70..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/scoutgw.iml b/.idea/scoutgw.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/scoutgw.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 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file