From 55d17b556a4bc88c6c0e5e4a8f8d1c0f7a4a05f1 Mon Sep 17 00:00:00 2001 From: bopol Date: Mon, 17 Feb 2020 10:18:20 +0100 Subject: [PATCH] added all the .iml files in gitignore, not only app.iml if somehow your module name isn't app, it will create a module-name.iml file, and isn't needed --- app/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/app/.gitignore b/app/.gitignore index d9a86a57c..74862ab9f 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,3 +1,4 @@ .gitignore /build app.iml +*.iml