From ee870b8e139eb9a09a487bb4617b4c10a63aa3c4 Mon Sep 17 00:00:00 2001 From: Salman Manoe Date: Fri, 23 Jun 2023 16:19:46 +0700 Subject: [PATCH] Update .gitignore Ignore all iml in all directories --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 190a3c4a..14eaa6fc 100644 --- a/.gitignore +++ b/.gitignore @@ -56,7 +56,7 @@ local.properties ########################## .idea *.iws -*.iml +**.iml *.ipr ##########################