From 1addb305a7157cf4c8e1d2ce38b2729a0958770f Mon Sep 17 00:00:00 2001 From: Jason Kurian Date: Thu, 6 Oct 2016 16:57:11 -0400 Subject: [PATCH] chore: Ignore the .idea folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index adce0c06..ef4f7386 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ coverage *.log lib dist +.idea