From 5137d7d87655c04094cb8311186b0ea4d2d18789 Mon Sep 17 00:00:00 2001 From: lynxnb Date: Tue, 24 Jan 2023 19:08:14 +0100 Subject: [PATCH] Update gitignore to ignore gradle-generated files --- .gitignore | 5 +++ .idea/compiler.xml | 6 ---- .idea/kotlinc.xml | 5 ++- .idea/misc.xml | 80 ---------------------------------------------- 4 files changed, 9 insertions(+), 87 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index 6e9f2c53..cf0f2f6f 100644 --- a/.gitignore +++ b/.gitignore @@ -45,8 +45,13 @@ captures/ .idea/dictionaries .idea/libraries .idea/jarRepositories.xml +.idea/misc.xml +.idea/compiler.xml +deploymentTargetDropDown.xml +render.experimental.xml # Android Studio 3 in .gitignore file. .idea/caches +.idea/modules .idea/modules.xml .idea/navEditor.xml .idea/runConfigurations.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index fb7f4a8a..00000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index e52a6be7..de5a809e 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,9 @@ - + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 84589720..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file