From b061a7a1b2409a8f8f40c81c74ee079586f67e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Jagie=C5=82=C5=82o?= Date: Fri, 19 May 2017 21:30:33 +0200 Subject: [PATCH] Ignore directory created by JetBrains' IDEs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 60349c20..3088dbcc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules test/fixtures/*/build coverage .vscode/ +.idea/