From 53d8912622f7f9aacd397b3673cb2145a3e85a77 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Wed, 5 Feb 2020 23:22:16 -0500 Subject: [PATCH] Ignore IntelliJ project files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 46ae992bc28..cd529659b9a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ build/ # IDEA out/ .idea/ +*.iml