Переглянути джерело

Revert "Remove Composer's file and directory."

This reverts commit 5b83681411d95d9302a3e0414efe82c6b4549d26.
Chris Lush 7 роки тому
батько
коміт
33f2a7108f
1 змінених файлів з 4 додано та 0 видалено
  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/*~