From 24e8669489f81e8bea3a83a5b87cb0dc577d9b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Farkas?= Date: Sun, 14 Feb 2016 11:49:15 +0100 Subject: [PATCH] Ignore .idea folder created by JetBrains IDEs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5afdf5c3..d8a80c8f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .DS_Store node_modules npm-debug.log +.idea/