From 99c3da27c5b053374a221eb66e20ed34dee913d0 Mon Sep 17 00:00:00 2001 From: Lars Grammel Date: Sat, 6 Apr 2013 16:41:16 -0700 Subject: [PATCH] added webstorm cfg directory to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e337244bf2..4220ff74da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _site node_modules -.DS_Store \ No newline at end of file +.DS_Store +.idea \ No newline at end of file