From 7404be41dc524524d7890c15800fe92fbdd390db Mon Sep 17 00:00:00 2001 From: gd <gd@iotide.com> Date: Mon, 3 Feb 2025 21:14:28 +0200 Subject: [PATCH] android: git ignoring .idea directory completely until a good reason emerges not to --- android/.gitignore | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/android/.gitignore b/android/.gitignore index 94b83ee4a..0f682824e 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -1,12 +1,18 @@ *.iml .gradle /local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml +## ignoring .idea completely +# until a good reason emerges not to +/.idea +##-- +## moved the following into .idea/.gitignore +#/.idea/caches +#/.idea/libraries +#/.idea/modules.xml +#/.idea/workspace.xml +#/.idea/navEditor.xml +#/.idea/assetWizardSettings.xml +## -- .DS_Store /build /captures