From 2452e96c901ec791184bea239296d69ca92ae82e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 5 Jun 2021 13:43:42 +0530 Subject: [PATCH] idea: untrack from Git Signed-off-by: Harsh Shandilya --- .gitignore | 16 +++--------- .idea/.gitignore | 4 --- .idea/artifacts/common_desktop_1_0.xml | 8 ------ .idea/artifacts/database_jvm.xml | 8 ------ .idea/artifacts/desktop_jvm_1_0.xml | 8 ------ .idea/codeStyles/Project.xml | 15 ----------- .idea/codeStyles/codeStyleConfig.xml | 5 ---- .idea/jarRepositories.xml | 35 -------------------------- .idea/misc.xml | 10 -------- 9 files changed, 3 insertions(+), 106 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/artifacts/common_desktop_1_0.xml delete mode 100644 .idea/artifacts/database_jvm.xml delete mode 100644 .idea/artifacts/desktop_jvm_1_0.xml delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index 07a85fd8..ff5e60aa 100644 --- a/.gitignore +++ b/.gitignore @@ -43,22 +43,12 @@ captures/ # IntelliJ *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -# Android Studio 3 in .gitignore file. -.idea/caches -.idea/modules.xml -# Comment next line if keeping position of elements in Navigation Editor is relevant for you -.idea/navEditor.xml +.idea/ # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. -#*.jks -#*.keystore +*.jks +*.keystore # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 4ed78a90..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -/compiler.xml diff --git a/.idea/artifacts/common_desktop_1_0.xml b/.idea/artifacts/common_desktop_1_0.xml deleted file mode 100644 index 25fbf200..00000000 --- a/.idea/artifacts/common_desktop_1_0.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - $PROJECT_DIR$/common/build/libs - - - - - \ No newline at end of file diff --git a/.idea/artifacts/database_jvm.xml b/.idea/artifacts/database_jvm.xml deleted file mode 100644 index e1faad6e..00000000 --- a/.idea/artifacts/database_jvm.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - $PROJECT_DIR$/database/build/libs - - - - - \ No newline at end of file diff --git a/.idea/artifacts/desktop_jvm_1_0.xml b/.idea/artifacts/desktop_jvm_1_0.xml deleted file mode 100644 index d8b8c281..00000000 --- a/.idea/artifacts/desktop_jvm_1_0.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - $PROJECT_DIR$/desktop/build/libs - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 0c7811f4..00000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123c..00000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index 5e578c9c..00000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 3786919b..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - IDE - - - - - - \ No newline at end of file