From 05c19b6ec5535b910d97750f8ebab3e25a214952 Mon Sep 17 00:00:00 2001 From: evgen-d Date: Wed, 26 Nov 2014 10:00:36 +0300 Subject: [PATCH] .idea is user-specific and should not appear in a project .gitignore. Consider adding it to the user global .gitignore instead. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index a137ced..3c520fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# phpstorm project files -.idea - composer.phar composer.lock vendor \ No newline at end of file