From 45c3ea86d37e7df36bc3210e9e00e23920e7455d Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 17 Jan 2019 08:52:46 -0800 Subject: [PATCH] temporarily ignore IntelliJ files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 41efa90f5..cd9924929 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ *~ /build/shared/reference.zip +# temporary, until we complete the move to IntelliJ +*.iml +/.idea # via https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm