Merge pull request #2513 from lushc/feature/ignore-vendors

Revert "Remove Composer's file and directory."
This commit is contained in:
Brendan Forster
2017-11-29 11:46:40 +11:00
committed by GitHub

View File

@ -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/*~