From 4d83a77b4f2092ef33c9c4c520aa412d43a357a2 Mon Sep 17 00:00:00 2001 From: Justin Kunimune Date: Sun, 12 Nov 2023 11:30:56 -0500 Subject: [PATCH] remove IntelliJ files from git it's really bizzare to me that that one gitignore generator doesn't do this by default. --- .gitignore | 3 + .idea/.gitignore | 8 -- .idea/ant.xml | 6 - .idea/inspectionProfiles/Project_Default.xml | 37 ------ .idea/libraries/lib.xml | 10 -- .idea/misc.xml | 9 -- .idea/modules.xml | 8 -- .idea/other.xml | 7 -- .idea/uiDesigner.xml | 124 ------------------- .idea/vcs.xml | 6 - 10 files changed, 3 insertions(+), 215 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/ant.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/libraries/lib.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/other.xml delete mode 100644 .idea/uiDesigner.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 27444b7..ac7de02 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ # Freakin PyC files *.pyc +# IntelliJ configuration files +.idea/* + # Windows image file caches Thumbs.db ehthumbs.db diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index fe84930..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/../../../../../../../:\Users\Justin Kunimune\Documents\GitHub\Map-Projections\.idea/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/ant.xml b/.idea/ant.xml deleted file mode 100644 index a2a4769..0000000 --- a/.idea/ant.xml +++ /dev/null @@ -1,6 +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 2eaf142..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/libraries/lib.xml b/.idea/libraries/lib.xml deleted file mode 100644 index 64af1d0..0000000 --- a/.idea/libraries/lib.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 7c27399..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 7dfb83d..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/other.xml b/.idea/other.xml deleted file mode 100644 index e6dee4f..0000000 --- a/.idea/other.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index 2b63946..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +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