From 61a0b4efdd311276bc357282ceb0e7cf6359c5c4 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 16 Jan 2025 16:49:54 -0600 Subject: remove idea files --- .gitignore | 2 ++ .idea/.gitignore | 8 -------- .idea/jsonSchemas.xml | 27 --------------------------- .idea/modules.xml | 8 -------- .idea/o3launcher.iml | 13 ------------- .idea/vcs.xml | 6 ------ 6 files changed, 2 insertions(+), 62 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/jsonSchemas.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/o3launcher.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index f8f6cd2..d7429fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /target /test_stuff /work +.idea/* +*.iml \ No newline at end of file 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/jsonSchemas.xml b/.idea/jsonSchemas.xml deleted file mode 100644 index 7d1fb3b..0000000 --- a/.idea/jsonSchemas.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index a1c6049..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/o3launcher.iml b/.idea/o3launcher.iml deleted file mode 100644 index 18d6207..0000000 --- a/.idea/o3launcher.iml +++ /dev/null @@ -1,13 +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 -- cgit v1.2.3-70-g09d2