From 1f135e41cd02a8d939538012caf3ce96ffc4c176 Mon Sep 17 00:00:00 2001 From: fabianmenges Date: Tue, 12 Sep 2017 12:04:48 -0400 Subject: [PATCH] Ignore intellij files (#3446) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2ad30456b..df190c8ab 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ npm-debug.log yarn.lock superset/assets/version_info.json +# IntelliJ +*.iml