From cf4c16b6bb464b410983ee58abee6af91e1d6386 Mon Sep 17 00:00:00 2001 From: gkaretka Date: Tue, 3 Oct 2017 20:24:43 +0200 Subject: [PATCH] Add .idea to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 305f8804af..db0480501c 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,6 @@ StyleCopViolations.xml # Support directory /Support + +# IntelliJ files +.idea