From 0e92b3dd8d3a6e84de7c0c998ed8902d4861e427 Mon Sep 17 00:00:00 2001 From: Lemmo Lavonen Date: Wed, 6 Oct 2021 14:01:19 +0300 Subject: [PATCH] Remove .idea --- MobileAuthApp/.gitignore | 7 +------ MobileAuthApp/.idea/.gitignore | 3 --- MobileAuthApp/.idea/.name | 1 - MobileAuthApp/.idea/compiler.xml | 6 ------ MobileAuthApp/.idea/gradle.xml | 21 --------------------- MobileAuthApp/.idea/misc.xml | 21 --------------------- MobileAuthApp/.idea/vcs.xml | 6 ------ 7 files changed, 1 insertion(+), 64 deletions(-) delete mode 100644 MobileAuthApp/.idea/.gitignore delete mode 100644 MobileAuthApp/.idea/.name delete mode 100644 MobileAuthApp/.idea/compiler.xml delete mode 100644 MobileAuthApp/.idea/gradle.xml delete mode 100644 MobileAuthApp/.idea/misc.xml delete mode 100644 MobileAuthApp/.idea/vcs.xml diff --git a/MobileAuthApp/.gitignore b/MobileAuthApp/.gitignore index adb7d1f..41758f4 100644 --- a/MobileAuthApp/.gitignore +++ b/MobileAuthApp/.gitignore @@ -1,12 +1,7 @@ *.iml .gradle /local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml +/.idea .DS_Store /captures .externalNativeBuild diff --git a/MobileAuthApp/.idea/.gitignore b/MobileAuthApp/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/MobileAuthApp/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/MobileAuthApp/.idea/.name b/MobileAuthApp/.idea/.name deleted file mode 100644 index 611b0d8..0000000 --- a/MobileAuthApp/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Mobile Auth App \ No newline at end of file diff --git a/MobileAuthApp/.idea/compiler.xml b/MobileAuthApp/.idea/compiler.xml deleted file mode 100644 index fb7f4a8..0000000 --- a/MobileAuthApp/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/MobileAuthApp/.idea/gradle.xml b/MobileAuthApp/.idea/gradle.xml deleted file mode 100644 index 33e074b..0000000 --- a/MobileAuthApp/.idea/gradle.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/MobileAuthApp/.idea/misc.xml b/MobileAuthApp/.idea/misc.xml deleted file mode 100644 index 4c020ed..0000000 --- a/MobileAuthApp/.idea/misc.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/MobileAuthApp/.idea/vcs.xml b/MobileAuthApp/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/MobileAuthApp/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file