From 6760d05f0dab4cf23fceabacf429fd55f06c9699 Mon Sep 17 00:00:00 2001 From: Raine Date: Thu, 23 Nov 2023 22:19:25 +0100 Subject: [PATCH] fix: remove ide files --- .gitignore | 4 ++++ .idea/.gitignore | 8 -------- .idea/domo.iml | 14 -------------- .idea/encodings.xml | 6 ------ .idea/misc.xml | 10 ---------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 7 files changed, 4 insertions(+), 52 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/domo.iml delete mode 100644 .idea/encodings.xml 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 455b31d..1efde2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# dev environments +.idea/ +.vscode/ +# build **/target/ **/*.log # random testing diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/domo.iml b/.idea/domo.iml deleted file mode 100644 index e8ac0a0..0000000 --- a/.idea/domo.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index a8e7b91..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 2ca2389..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 4d64f43..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