Browse Source

Revert "Remove Composer's file and directory."

This reverts commit 5b83681411d95d9302a3e0414efe82c6b4549d26.
Chris Lush 7 năm trước cách đây
mục cha
commit
33f2a7108f
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Symfony.gitignore

+ 4 - 0
Symfony.gitignore

@@ -25,6 +25,7 @@
 /bin/*
 !bin/console
 !bin/symfony_requirements
+/vendor/
 
 # Assets and user uploads
 /web/bundles/
@@ -37,6 +38,9 @@
 # Build data
 /build/
 
+# Composer PHAR
+/composer.phar
+
 # Backup entities generated with doctrine:generate:entities command
 **/Entity/*~