From f94841014040bfa1ea867dc46484c6e53a93ad93 Mon Sep 17 00:00:00 2001 From: Nicolas Dextraze Date: Wed, 9 Mar 2016 15:38:46 -0800 Subject: [PATCH] Add .ided folder to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e920c16..d29af16 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ node_modules # Optional REPL history .node_repl_history + +# InteliJ +.idea \ No newline at end of file