From 79a3f35de6dc01898742d762002b21d2c61e3fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Sat, 21 Mar 2020 12:34:06 -0500 Subject: [PATCH] chore(v2): ignore JetBrains editor .iml files (#2433) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 556bae3405..3462819d8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store .vscode .idea +*.iml *.code-workspace .changelog