From 5b83681411d95d9302a3e0414efe82c6b4549d26 Mon Sep 17 00:00:00 2001 From: Yousha Aleayoub Date: Mon, 6 Mar 2017 19:16:06 +0330 Subject: [PATCH] Remove Composer's file and directory. --- Symfony.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index ed4d3c6c..6c224e02 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -25,7 +25,6 @@ /bin/* !bin/console !bin/symfony_requirements -/vendor/ # Assets and user uploads /web/bundles/ @@ -38,8 +37,5 @@ # Build data /build/ -# Composer PHAR -/composer.phar - # Backup entities generated with doctrine:generate:entities command **/Entity/*~