From 5c61e7913caa7e9123a935e2fc7c62312a0c565d Mon Sep 17 00:00:00 2001
From: Tarabass
Date: Sun, 7 Feb 2016 20:15:28 +0100
Subject: [PATCH] Ignore webstorm system files
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index b512c09..0bf0cca 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