From c900f2a8a5f87d1e13e9eed3a7a88b901cbd089b Mon Sep 17 00:00:00 2001 From: Dmitri Vereshchagin Date: Sun, 29 Mar 2015 17:35:44 +0300 Subject: [PATCH] Ignore .idea directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7161256..7f70268 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ /build/ /vendor/ /bin/ -/nbproject/ \ No newline at end of file +/nbproject/ +/.idea/ \ No newline at end of file