فهرست منبع

Merge pull request #2312 from Yousha/patch-1

Remove Composer's file and directory from Symfony.
Brendan Forster 8 سال پیش
والد
کامیت
1489551937
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      Symfony.gitignore

+ 0 - 4
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/*~