From 0f9dd84d409d953c4c3561d3f71f9ede91c0725d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9A?= =?UTF-8?q?=D0=B2=D0=B0=D0=BA?= Date: Mon, 11 Dec 2017 15:35:26 +0300 Subject: [PATCH] Ignore idea folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9b26ed0..084d186 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -lib \ No newline at end of file +lib +.idea/ \ No newline at end of file