From 046900a936a3272990f9978a69e64094e32fd76c Mon Sep 17 00:00:00 2001 From: Kevin Herrera Date: Wed, 4 Mar 2015 09:06:15 -0800 Subject: [PATCH] Ignoring PhpStorm files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6c83d3d7..705cb343 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,7 @@ # phpunit files /phpunit.xml + +# phpstorm files +/.idea/ +/*.iml