From d0e6dd141f957e6bc8c33e268a84513d7214cdd1 Mon Sep 17 00:00:00 2001 From: warmachine028 Date: Thu, 16 Dec 2021 00:17:29 +0530 Subject: [PATCH] Removing unwanted cache files --- .gitignore | 3 +- datastax/.idea/.gitignore | 3 -- datastax/.idea/datastax.iml | 8 ----- .../inspectionProfiles/Project_Default.xml | 30 ------------------- .../inspectionProfiles/profiles_settings.xml | 6 ---- datastax/.idea/misc.xml | 4 --- datastax/.idea/modules.xml | 8 ----- 7 files changed, 2 insertions(+), 60 deletions(-) delete mode 100644 datastax/.idea/.gitignore delete mode 100644 datastax/.idea/datastax.iml delete mode 100644 datastax/.idea/inspectionProfiles/Project_Default.xml delete mode 100644 datastax/.idea/inspectionProfiles/profiles_settings.xml delete mode 100644 datastax/.idea/misc.xml delete mode 100644 datastax/.idea/modules.xml diff --git a/.gitignore b/.gitignore index 6e23c51..480fca0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,8 @@ __pycache__/ *.py[cod] *$py.class -.idea +*.idea/ +.idea/ # C extensions *.so diff --git a/datastax/.idea/.gitignore b/datastax/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/datastax/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/datastax/.idea/datastax.iml b/datastax/.idea/datastax.iml deleted file mode 100644 index d0876a7..0000000 --- a/datastax/.idea/datastax.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/datastax/.idea/inspectionProfiles/Project_Default.xml b/datastax/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 6917474..0000000 --- a/datastax/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - \ No newline at end of file diff --git a/datastax/.idea/inspectionProfiles/profiles_settings.xml b/datastax/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/datastax/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/datastax/.idea/misc.xml b/datastax/.idea/misc.xml deleted file mode 100644 index dc9ea49..0000000 --- a/datastax/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/datastax/.idea/modules.xml b/datastax/.idea/modules.xml deleted file mode 100644 index 3b4f34e..0000000 --- a/datastax/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file