From 58a0ced1d64c133b70586508b309d7ef32574639 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 1 Jun 2015 08:28:30 +0200 Subject: [PATCH] Cleanup gitignore file Removed files that should be ignore in the global scope --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cef6b74f..81b92580 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -/vendor -/coverage -/.idea -phpunit.xml -composer.phar composer.lock -.DS_Store +phpunit.xml +vendor