From dc6d5651d93867f1bd175f457f9e9e41c6b8c7a9 Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Wed, 20 Jan 2021 12:12:08 +0100 Subject: [PATCH] ignore .idea in .gitignore / remove .idea from index executed git rm -r --cached .idea according to https://stackoverflow.com/questions/1274057/how-to-make-git-forget-about-a-file-that-was-tracked-but-is-now-in-gitignore Signed-off-by: Marcel Hibbe --- .gitignore | 26 +-- .idea/codeStyleSettings.xml | 229 -------------------------- .idea/compiler.xml | 12 -- .idea/copyright/GPL3.xml | 7 - .idea/copyright/profiles_settings.xml | 7 - .idea/encodings.xml | 6 - .idea/misc.xml | 54 ------ .idea/modules.xml | 9 - .idea/runConfigurations.xml | 12 -- .idea/vcs.xml | 6 - 10 files changed, 9 insertions(+), 359 deletions(-) delete mode 100644 .idea/codeStyleSettings.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/GPL3.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 49c66d891..8d2356125 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ out/ # Local configuration file (sdk path, etc) local.properties +tests/local.properties # Proguard folder generated by Eclipse proguard/ @@ -22,19 +23,14 @@ proguard/ # Log Files *.log -# Android Studio Navigation editor temp files -.navigation/ - -# Android Studio captures folder -captures/ - -# Intellij +# Android Studio and Gradle specific entries *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/dictionaries -.idea/libraries +.gradle +.idea +build +/gradle.properties +captures/ +.navigation/ # Keystore files *.jks @@ -52,8 +48,4 @@ freeline/ freeline_project_description.json .DS_Store -# Android Studio and Gradle specific entries -.gradle/ -build/ -.idea/ -/gradle.properties + diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index a0ccdcbf2..000000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 0cf1b28a3..000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/.idea/copyright/GPL3.xml b/.idea/copyright/GPL3.xml deleted file mode 100644 index 421c5b53b..000000000 --- a/.idea/copyright/GPL3.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index ac4072ce8..000000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba45..000000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index b3243728f..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 374127381..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 7f68460d8..000000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddfb..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file