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
commit f051f25ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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