From 2ce0de5d4e8cc6ce5d39c902debf3fa421a7f9bd Mon Sep 17 00:00:00 2001 From: Ben Withers Date: Sun, 5 Sep 2021 19:03:37 +0100 Subject: [PATCH] Update gitignore to remove .idea --- .gitignore | 13 +------------ .idea/compiler.xml | 6 ------ .idea/misc.xml | 9 --------- 3 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index 0b7b04c..9553f31 100644 --- a/.gitignore +++ b/.gitignore @@ -38,18 +38,7 @@ captures/ # IntelliJ *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -.idea/jarRepositories.xml -# 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. diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 245a82c..0000000 --- a/.idea/compiler.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 2925c96..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - \ No newline at end of file