From d7a25eddfba534144b3999da6cd75cb54bea244e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 2 Feb 2022 15:20:30 -0600 Subject: [PATCH] Android Studio Ignoring 3 xml files that are often modified simply by opening and testing a project. And that only store local data. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index a68e5b57..347e252e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -18,6 +18,9 @@ output.json # IntelliJ *.iml .idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml # Keystore files *.jks