From 22b81072c226309cae0899fd7a4a82e76c60c0b2 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 3 Feb 2023 16:47:48 +0100 Subject: [PATCH] Ignore .idea files. --- .gitignore | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 01fece71fb..47c0f349c8 100644 --- a/.gitignore +++ b/.gitignore @@ -37,17 +37,22 @@ captures/ # IntelliJ *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml +.idea/.name .idea/assetWizardSettings.xml +.idea/compiler.xml +.idea/gradle.xml +.idea/jarRepositories.xml +.idea/misc.xml +.idea/modules.xml +# Comment next line if keeping position of elements in Navigation Editor is relevant for you +.idea/navEditor.xml +.idea/tasks.xml +.idea/workspace.xml .idea/dictionaries .idea/libraries # 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/inspectionProfiles # Keystore files # Uncomment the following lines if you do not want to check your keystore files in.