From 7f486d8b3cbfec56dac09bf313e578779faa2701 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 19 May 2013 18:06:32 +0100 Subject: [PATCH] ignore .idea --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09d47..34977ee7df 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +.idea \ No newline at end of file